Color Hex Logo

#cc277c Color Hex

#CC277C
(204,39,124)
0 Favorites   0 Comments

Color spaces of #cc277c

RGB 20439124
HSL0.910.680.48
HSV329°81°80°
CMYK 0.000.810.39   0.20
XYZ29.265415.743620.5651
Yxy15.74360.44630.2401
Hunter Lab39.678262.2191-2.9551
CIE-Lab46.636367.6468-6.7566

#cc277c color RGB value is (204,39,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100111 01111100
Octal 314 47 174
Decimal 204 39 124
Hex CC 27 7C

RGB Percentages of Color #cc277c

%55.59
%10.63
%33.79

CMYK Percentages of Color #cc277c

%0
%81
%39
%20

Triadic Colors of #cc277c

#cc277c #7ccc27 #277ccc

Analogous Colors of #cc277c

#cc277c #cc272a #ca27cc

Monochromatic Colors of #cc277c

#cc277c

Complementary Color

#cc277c #27cc77

#cc277c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc277c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc277c Color CSS Codes

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

#cc277c Text Font Color

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

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


#cc277c Background Color

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

This div background color is #cc277c


#cc277c Border Color

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

This div border color is #cc277c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc277c


Comments

No comments written yet.

Please login to write comment.