Color Hex Logo

#c864ba Color Hex

#C864BA
(200,100,186)
0 Favorites   0 Comments

Color spaces of #c864ba

RGB 200100186
HSL0.860.480.59
HSV308°50°78°
CMYK 0.000.500.07   0.22
XYZ37.239524.938949.3053
Yxy24.93890.33400.2237
Hunter Lab49.938945.7148-23.5806
CIE-Lab57.015851.1452-27.6929

#c864ba color RGB value is (200,100,186).

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

The process color (four color CMYK) of #c864ba color hex is 0.00, 0.50, 0.07, 0.22. Web safe color of #c864ba is #cc66cc. Color #c864ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100100 10111010
Octal 310 144 272
Decimal 200 100 186
Hex C8 64 BA

RGB Percentages of Color #c864ba

%41.15
%20.58
%38.27

CMYK Percentages of Color #c864ba

%0
%50
%7
%22

Triadic Colors of #c864ba

#c864ba #bac864 #64bac8

Analogous Colors of #c864ba

#c864ba #c86488 #a464c8

Monochromatic Colors of #c864ba

#c864ba

Complementary Color

#c864ba #64c872

#c864ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c864ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c864ba Color CSS Codes

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

#c864ba Text Font Color

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

This sample text font color is #c864ba
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.


#c864ba Background Color

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

This div background color is #c864ba


#c864ba Border Color

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

This div border color is #c864ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,100,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 #c864ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c864ba


Comments

No comments written yet.

Please login to write comment.