Color Hex Logo

#cc275a Color Hex

#CC275A
(204,39,90)
0 Favorites   0 Comments

Color spaces of #cc275a

RGB 2043990
HSL0.950.680.48
HSV341°81°80°
CMYK 0.000.810.56   0.20
XYZ27.472815.026611.1253
Yxy15.02660.51230.2802
Hunter Lab38.764258.668610.1187
CIE-Lab45.670664.769812.8281

#cc275a color RGB value is (204,39,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100111 01011010
Octal 314 47 132
Decimal 204 39 90
Hex CC 27 5A

RGB Percentages of Color #cc275a

%61.26
%11.71
%27.03

CMYK Percentages of Color #cc275a

%0
%81
%56
%20

Triadic Colors of #cc275a

#cc275a #5acc27 #275acc

Analogous Colors of #cc275a

#cc275a #cc4727 #cc27ad

Monochromatic Colors of #cc275a

#cc275a

Complementary Color

#cc275a #27cc99

#cc275a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc275a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc275a Color CSS Codes

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

#cc275a Text Font Color

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

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


#cc275a Background Color

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

This div background color is #cc275a


#cc275a Border Color

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

This div border color is #cc275a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc275a


Comments

No comments written yet.

Please login to write comment.