Color Hex Logo

#cc497a Color Hex

#CC497A
(204,73,122)
0 Favorites   0 Comments

Color spaces of #cc497a

RGB 20473122
HSL0.940.560.54
HSV338°64°80°
CMYK 0.000.640.40   0.20
XYZ30.797219.007620.4580
Yxy19.00760.43830.2705
Hunter Lab43.597749.79552.6969
CIE-Lab50.696155.93840.4426

#cc497a color RGB value is (204,73,122).

#cc497a hex color red value is 204, green value is 73 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cc497a hue: 0.94 , saturation: 0.56 and the lightness value of cc497a is 0.54.

The process color (four color CMYK) of #cc497a color hex is 0.00, 0.64, 0.40, 0.20. Web safe color of #cc497a is #cc3366. Color #cc497a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 01111010
Octal 314 111 172
Decimal 204 73 122
Hex CC 49 7A

RGB Percentages of Color #cc497a

%51.13
%18.30
%30.58

CMYK Percentages of Color #cc497a

%0
%64
%40
%20

Triadic Colors of #cc497a

#cc497a #7acc49 #497acc

Analogous Colors of #cc497a

#cc497a #cc5949 #cc49bc

Monochromatic Colors of #cc497a

#cc497a

Complementary Color

#cc497a #49cc9b

#cc497a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc497a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc497a Color CSS Codes

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

#cc497a Text Font Color

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

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


#cc497a Background Color

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

This div background color is #cc497a


#cc497a Border Color

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

This div border color is #cc497a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc497a


Comments

No comments written yet.

Please login to write comment.