Color Hex Logo

#cc92ba Color Hex

#CC92BA
(204,146,186)
1 Favorites   0 Comments

Color spaces of #cc92ba

RGB 204146186
HSL0.890.360.69
HSV319°28°80°
CMYK 0.000.280.09   0.20
XYZ44.043736.940351.2632
Yxy36.94030.33300.2793
Hunter Lab60.778522.9892-7.4627
CIE-Lab67.232228.1580-12.0851

#cc92ba color RGB value is (204,146,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010010 10111010
Octal 314 222 272
Decimal 204 146 186
Hex CC 92 BA

RGB Percentages of Color #cc92ba

%38.06
%27.24
%34.70

CMYK Percentages of Color #cc92ba

%0
%28
%9
%20

Triadic Colors of #cc92ba

#cc92ba #bacc92 #92bacc

Analogous Colors of #cc92ba

#cc92ba #cc929d #c192cc

Monochromatic Colors of #cc92ba

#cc92ba

Complementary Color

#cc92ba #92cca4

#cc92ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc92ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc92ba Color CSS Codes

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

#cc92ba Text Font Color

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

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


#cc92ba Background Color

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

This div background color is #cc92ba


#cc92ba Border Color

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

This div border color is #cc92ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc92ba


Comments

No comments written yet.

Please login to write comment.