Color Hex Logo

#cc94ba Color Hex

#CC94BA
(204,148,186)
0 Favorites   0 Comments

Color spaces of #cc94ba

RGB 204148186
HSL0.890.350.69
HSV319°27°80°
CMYK 0.000.270.09   0.20
XYZ44.354737.562351.3669
Yxy37.56230.33280.2818
Hunter Lab61.288121.9278-6.7906
CIE-Lab67.696827.0642-11.3889

#cc94ba color RGB value is (204,148,186).

#cc94ba hex color red value is 204, green value is 148 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cc94ba hue: 0.89 , saturation: 0.35 and the lightness value of cc94ba is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010100 10111010
Octal 314 224 272
Decimal 204 148 186
Hex CC 94 BA

RGB Percentages of Color #cc94ba

%37.92
%27.51
%34.57

CMYK Percentages of Color #cc94ba

%0
%27
%9
%20

Triadic Colors of #cc94ba

#cc94ba #bacc94 #94bacc

Analogous Colors of #cc94ba

#cc94ba #cc949e #c294cc

Monochromatic Colors of #cc94ba

#cc94ba

Complementary Color

#cc94ba #94cca6

#cc94ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc94ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc94ba Color CSS Codes

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

#cc94ba Text Font Color

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

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


#cc94ba Background Color

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

This div background color is #cc94ba


#cc94ba Border Color

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

This div border color is #cc94ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc94ba


Comments

No comments written yet.

Please login to write comment.