Color Hex Logo

#cc86bf Color Hex

#CC86BF
(204,134,191)
0 Favorites   0 Comments

Color spaces of #cc86bf

RGB 204134191
HSL0.860.410.66
HSV311°34°80°
CMYK 0.000.340.06   0.20
XYZ42.830933.649253.5277
Yxy33.64920.32940.2588
Hunter Lab58.007930.2839-14.1052
CIE-Lab64.683235.5608-18.7380

#cc86bf color RGB value is (204,134,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000110 10111111
Octal 314 206 277
Decimal 204 134 191
Hex CC 86 BF

RGB Percentages of Color #cc86bf

%38.56
%25.33
%36.11

CMYK Percentages of Color #cc86bf

%0
%34
%6
%20

Triadic Colors of #cc86bf

#cc86bf #bfcc86 #86bfcc

Analogous Colors of #cc86bf

#cc86bf #cc869c #b686cc

Monochromatic Colors of #cc86bf

#cc86bf

Complementary Color

#cc86bf #86cc93

#cc86bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc86bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc86bf Color CSS Codes

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

#cc86bf Text Font Color

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

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


#cc86bf Background Color

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

This div background color is #cc86bf


#cc86bf Border Color

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

This div border color is #cc86bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc86bf


Comments

No comments written yet.

Please login to write comment.