Color Hex Logo

#cc86cd Color Hex

#CC86CD
(204,134,205)
0 Favorites   0 Comments

Color spaces of #cc86cd

RGB 204134205
HSL0.830.420.66
HSV299°35°80°
CMYK 0.000.350.00   0.20
XYZ44.446434.295362.0347
Yxy34.29530.31570.2436
Hunter Lab58.562232.9907-21.8121
CIE-Lab65.196338.1092-25.8078

#cc86cd color RGB value is (204,134,205).

#cc86cd hex color red value is 204, green value is 134 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cc86cd hue: 0.83 , saturation: 0.42 and the lightness value of cc86cd is 0.66.

The process color (four color CMYK) of #cc86cd color hex is 0.00, 0.35, 0.00, 0.20. Web safe color of #cc86cd is #cc99cc. Color #cc86cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000110 11001101
Octal 314 206 315
Decimal 204 134 205
Hex CC 86 CD

RGB Percentages of Color #cc86cd

%37.57
%24.68
%37.75

CMYK Percentages of Color #cc86cd

%0
%35
%0
%20

Triadic Colors of #cc86cd

#cc86cd #cdcc86 #86cdcc

Analogous Colors of #cc86cd

#cc86cd #cd86ab #a986cd

Monochromatic Colors of #cc86cd

#cc86cd

Complementary Color

#cc86cd #87cd86

#cc86cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc86cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc86cd Color CSS Codes

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

#cc86cd Text Font Color

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

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


#cc86cd Background Color

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

This div background color is #cc86cd


#cc86cd Border Color

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

This div border color is #cc86cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc86cd


Comments

No comments written yet.

Please login to write comment.