Color Hex Logo

#cc277a Color Hex

#CC277A
(204,39,122)
0 Favorites   0 Comments

Color spaces of #cc277a

RGB 20439122
HSL0.920.680.48
HSV330°81°80°
CMYK 0.000.810.40   0.20
XYZ29.140215.693519.9057
Yxy15.69350.45010.2424
Hunter Lab39.615061.9756-2.0614
CIE-Lab46.569867.4513-5.6315

#cc277a color RGB value is (204,39,122).

#cc277a hex color red value is 204, green value is 39 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cc277a hue: 0.92 , saturation: 0.68 and the lightness value of cc277a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100111 01111010
Octal 314 47 172
Decimal 204 39 122
Hex CC 27 7A

RGB Percentages of Color #cc277a

%55.89
%10.68
%33.42

CMYK Percentages of Color #cc277a

%0
%81
%40
%20

Triadic Colors of #cc277a

#cc277a #7acc27 #277acc

Analogous Colors of #cc277a

#cc277a #cc2728 #cc27cc

Monochromatic Colors of #cc277a

#cc277a

Complementary Color

#cc277a #27cc79

#cc277a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc277a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc277a Color CSS Codes

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

#cc277a Text Font Color

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

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


#cc277a Background Color

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

This div background color is #cc277a


#cc277a Border Color

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

This div border color is #cc277a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc277a


Comments

No comments written yet.

Please login to write comment.