Color Hex Logo

#cc277b Color Hex

#CC277B
(204,39,123)
0 Favorites   0 Comments

Color spaces of #cc277b

RGB 20439123
HSL0.920.680.48
HSV329°81°80°
CMYK 0.000.810.40   0.20
XYZ29.202515.718520.2337
Yxy15.71850.44820.2412
Hunter Lab39.646662.0964-2.5062
CIE-Lab46.603067.5483-6.1943

#cc277b color RGB value is (204,39,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100111 01111011
Octal 314 47 173
Decimal 204 39 123
Hex CC 27 7B

RGB Percentages of Color #cc277b

%55.74
%10.66
%33.61

CMYK Percentages of Color #cc277b

%0
%81
%40
%20

Triadic Colors of #cc277b

#cc277b #7bcc27 #277bcc

Analogous Colors of #cc277b

#cc277b #cc2729 #cb27cc

Monochromatic Colors of #cc277b

#cc277b

Complementary Color

#cc277b #27cc78

#cc277b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc277b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc277b Color CSS Codes

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

#cc277b Text Font Color

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

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


#cc277b Background Color

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

This div background color is #cc277b


#cc277b Border Color

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

This div border color is #cc277b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc277b


Comments

No comments written yet.

Please login to write comment.