Color Hex Logo

#cc86ba Color Hex

#CC86BA
(204,134,186)
0 Favorites   0 Comments

Color spaces of #cc86ba

RGB 204134186
HSL0.880.410.66
HSV315°34°80°
CMYK 0.000.340.09   0.20
XYZ42.289933.432750.6786
Yxy33.43270.33460.2645
Hunter Lab57.821029.3669-11.4914
CIE-Lab64.509734.6875-16.1853

#cc86ba color RGB value is (204,134,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000110 10111010
Octal 314 206 272
Decimal 204 134 186
Hex CC 86 BA

RGB Percentages of Color #cc86ba

%38.93
%25.57
%35.50

CMYK Percentages of Color #cc86ba

%0
%34
%9
%20

Triadic Colors of #cc86ba

#cc86ba #bacc86 #86bacc

Analogous Colors of #cc86ba

#cc86ba #cc8697 #bb86cc

Monochromatic Colors of #cc86ba

#cc86ba

Complementary Color

#cc86ba #86cc98

#cc86ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc86ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc86ba Color CSS Codes

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

#cc86ba Text Font Color

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

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


#cc86ba Background Color

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

This div background color is #cc86ba


#cc86ba Border Color

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

This div border color is #cc86ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc86ba


Comments

No comments written yet.

Please login to write comment.