Color Hex Logo

#c963ba Color Hex

#C963BA
(201,99,186)
0 Favorites   0 Comments

Color spaces of #c963ba

RGB 20199186
HSL0.860.490.59
HSV309°51°79°
CMYK 0.000.510.07   0.21
XYZ37.412224.886449.2861
Yxy24.88640.33530.2230
Hunter Lab49.886346.5651-23.6563
CIE-Lab56.964651.9309-27.7614

#c963ba color RGB value is (201,99,186).

#c963ba hex color red value is 201, green value is 99 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c963ba hue: 0.86 , saturation: 0.49 and the lightness value of c963ba is 0.59.

The process color (four color CMYK) of #c963ba color hex is 0.00, 0.51, 0.07, 0.21. Web safe color of #c963ba is #cc66cc. Color #c963ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100011 10111010
Octal 311 143 272
Decimal 201 99 186
Hex C9 63 BA

RGB Percentages of Color #c963ba

%41.36
%20.37
%38.27

CMYK Percentages of Color #c963ba

%0
%51
%7
%21

Triadic Colors of #c963ba

#c963ba #bac963 #63bac9

Analogous Colors of #c963ba

#c963ba #c96387 #a563c9

Monochromatic Colors of #c963ba

#c963ba

Complementary Color

#c963ba #63c972

#c963ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c963ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c963ba Color CSS Codes

.mybgcolor {background-color:#c963ba; } 
.myforecolor {color:#c963ba; }
.mybordercolor {border:3px solid #c963ba; }

#c963ba Text Font Color

<p style="color:#c963ba">Text here</p>

This sample text font color is #c963ba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c963ba Background Color

<div style="background-color:#c963ba">
Div content here</div>

This div background color is #c963ba


#c963ba Border Color

<div style="border:3px solid #c963ba">
Div here</div>

This div border color is #c963ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,99,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c963ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c963ba;
  -webkit-box-shadow: 1px 1px 3px 2px #c963ba;
  box-shadow:         1px 1px 3px 2px #c963ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,99,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c963ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c963ba;
  -webkit-box-shadow: 1px 1px 3px 2px #c963ba;
  box-shadow:         1px 1px 3px 2px #c963ba;">
Div content here</div>

This div box has shadow with color #c963ba


Comments

No comments written yet.

Please login to write comment.