Color Hex Logo

#cc277e Color Hex

#CC277E
(204,39,126)
0 Favorites   0 Comments

Color spaces of #cc277e

RGB 20439126
HSL0.910.680.48
HSV328°81°80°
CMYK 0.000.810.38   0.20
XYZ29.393315.794821.2382
Yxy15.79480.44250.2378
Hunter Lab39.742762.4672-3.8643
CIE-Lab46.704167.8456-7.8782

#cc277e color RGB value is (204,39,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100111 01111110
Octal 314 47 176
Decimal 204 39 126
Hex CC 27 7E

RGB Percentages of Color #cc277e

%55.28
%10.57
%34.15

CMYK Percentages of Color #cc277e

%0
%81
%38
%20

Triadic Colors of #cc277e

#cc277e #7ecc27 #277ecc

Analogous Colors of #cc277e

#cc277e #cc272c #c827cc

Monochromatic Colors of #cc277e

#cc277e

Complementary Color

#cc277e #27cc75

#cc277e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc277e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc277e Color CSS Codes

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

#cc277e Text Font Color

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

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


#cc277e Background Color

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

This div background color is #cc277e


#cc277e Border Color

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

This div border color is #cc277e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc277e


Comments

No comments written yet.

Please login to write comment.