Color Hex Logo

#cc92ab Color Hex

#CC92AB
(204,146,171)
0 Favorites   0 Comments

Color spaces of #cc92ab

RGB 204146171
HSL0.930.360.69
HSV334°28°80°
CMYK 0.000.280.16   0.20
XYZ42.531436.335443.2999
Yxy36.33540.34810.2974
Hunter Lab60.278920.4576-0.3944
CIE-Lab66.775425.6469-4.3588

#cc92ab color RGB value is (204,146,171).

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

The process color (four color CMYK) of #cc92ab color hex is 0.00, 0.28, 0.16, 0.20. Web safe color of #cc92ab is #cc9999. Color #cc92ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010010 10101011
Octal 314 222 253
Decimal 204 146 171
Hex CC 92 AB

RGB Percentages of Color #cc92ab

%39.16
%28.02
%32.82

CMYK Percentages of Color #cc92ab

%0
%28
%16
%20

Triadic Colors of #cc92ab

#cc92ab #abcc92 #92abcc

Analogous Colors of #cc92ab

#cc92ab #cc9692 #cc92c8

Monochromatic Colors of #cc92ab

#cc92ab

Complementary Color

#cc92ab #92ccb3

#cc92ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc92ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc92ab Color CSS Codes

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

#cc92ab Text Font Color

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

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


#cc92ab Background Color

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

This div background color is #cc92ab


#cc92ab Border Color

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

This div border color is #cc92ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc92ab


Comments

No comments written yet.

Please login to write comment.