Color Hex Logo

#c86fcc Color Hex

#C86FCC
(200,111,204)
0 Favorites   0 Comments

Color spaces of #c86fcc

RGB 200111204
HSL0.830.480.62
HSV297°46°80°
CMYK 0.020.460.00   0.20
XYZ40.402928.007960.4033
Yxy28.00790.31370.2174
Hunter Lab52.922543.6589-30.6251
CIE-Lab59.895948.8108-33.4801

#c86fcc color RGB value is (200,111,204).

#c86fcc hex color red value is 200, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c86fcc hue: 0.83 , saturation: 0.48 and the lightness value of c86fcc is 0.62.

The process color (four color CMYK) of #c86fcc color hex is 0.02, 0.46, 0.00, 0.20. Web safe color of #c86fcc is #cc66cc. Color #c86fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101111 11001100
Octal 310 157 314
Decimal 200 111 204
Hex C8 6F CC

RGB Percentages of Color #c86fcc

%38.83
%21.55
%39.61

CMYK Percentages of Color #c86fcc

%2
%46
%0
%20

Triadic Colors of #c86fcc

#c86fcc #ccc86f #6fccc8

Analogous Colors of #c86fcc

#c86fcc #cc6fa2 #9a6fcc

Monochromatic Colors of #c86fcc

#c86fcc

Complementary Color

#c86fcc #73cc6f

#c86fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86fcc Color CSS Codes

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

#c86fcc Text Font Color

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

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


#c86fcc Background Color

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

This div background color is #c86fcc


#c86fcc Border Color

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

This div border color is #c86fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,111,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86fcc


Comments

No comments written yet.

Please login to write comment.