Color Hex Logo

#cc86be Color Hex

#CC86BE
(204,134,190)
0 Favorites   0 Comments

Color spaces of #cc86be

RGB 204134190
HSL0.870.410.66
HSV312°34°80°
CMYK 0.000.340.07   0.20
XYZ42.721233.605352.9500
Yxy33.60530.33050.2599
Hunter Lab57.970130.0984-13.5766
CIE-Lab64.648135.3846-18.2287

#cc86be color RGB value is (204,134,190).

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

The process color (four color CMYK) of #cc86be color hex is 0.00, 0.34, 0.07, 0.20. Web safe color of #cc86be is #cc99cc. Color #cc86be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000110 10111110
Octal 314 206 276
Decimal 204 134 190
Hex CC 86 BE

RGB Percentages of Color #cc86be

%38.64
%25.38
%35.98

CMYK Percentages of Color #cc86be

%0
%34
%7
%20

Triadic Colors of #cc86be

#cc86be #becc86 #86becc

Analogous Colors of #cc86be

#cc86be #cc869b #b786cc

Monochromatic Colors of #cc86be

#cc86be

Complementary Color

#cc86be #86cc94

#cc86be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc86be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc86be Color CSS Codes

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

#cc86be Text Font Color

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

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


#cc86be Background Color

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

This div background color is #cc86be


#cc86be Border Color

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

This div border color is #cc86be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc86be


Comments

No comments written yet.

Please login to write comment.