Color Hex Logo

#cc6a9a Color Hex

#CC6A9A
(204,106,154)
0 Favorites   0 Comments

Color spaces of #cc6a9a

RGB 204106154
HSL0.920.490.61
HSV331°48°80°
CMYK 0.000.480.25   0.20
XYZ35.888625.478533.5982
Yxy25.47850.37790.2683
Hunter Lab50.476238.5801-4.1315
CIE-Lab57.538744.4128-8.3589

#cc6a9a color RGB value is (204,106,154).

#cc6a9a hex color red value is 204, green value is 106 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cc6a9a hue: 0.92 , saturation: 0.49 and the lightness value of cc6a9a is 0.61.

The process color (four color CMYK) of #cc6a9a color hex is 0.00, 0.48, 0.25, 0.20. Web safe color of #cc6a9a is #cc6699. Color #cc6a9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101010 10011010
Octal 314 152 232
Decimal 204 106 154
Hex CC 6A 9A

RGB Percentages of Color #cc6a9a

%43.97
%22.84
%33.19

CMYK Percentages of Color #cc6a9a

%0
%48
%25
%20

Triadic Colors of #cc6a9a

#cc6a9a #9acc6a #6a9acc

Analogous Colors of #cc6a9a

#cc6a9a #cc6b6a #cc6acb

Monochromatic Colors of #cc6a9a

#cc6a9a

Complementary Color

#cc6a9a #6acc9c

#cc6a9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6a9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6a9a Color CSS Codes

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

#cc6a9a Text Font Color

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

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


#cc6a9a Background Color

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

This div background color is #cc6a9a


#cc6a9a Border Color

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

This div border color is #cc6a9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6a9a


Comments

No comments written yet.

Please login to write comment.