Color Hex Logo

#cc274a Color Hex

#CC274A
(204,39,74)
0 Favorites   0 Comments

Color spaces of #cc274a

RGB 2043974
HSL0.960.680.48
HSV347°81°80°
CMYK 0.000.810.64   0.20
XYZ26.863414.78287.9161
Yxy14.78280.54200.2983
Hunter Lab38.448457.430914.7067
CIE-Lab45.335363.752622.2773

#cc274a color RGB value is (204,39,74).

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

The process color (four color CMYK) of #cc274a color hex is 0.00, 0.81, 0.64, 0.20. Web safe color of #cc274a is #cc3333. Color #cc274a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100111 01001010
Octal 314 47 112
Decimal 204 39 74
Hex CC 27 4A

RGB Percentages of Color #cc274a

%64.35
%12.30
%23.34

CMYK Percentages of Color #cc274a

%0
%81
%64
%20

Triadic Colors of #cc274a

#cc274a #4acc27 #274acc

Analogous Colors of #cc274a

#cc274a #cc5627 #cc279d

Monochromatic Colors of #cc274a

#cc274a

Complementary Color

#cc274a #27cca9

#cc274a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc274a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc274a Color CSS Codes

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

#cc274a Text Font Color

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

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


#cc274a Background Color

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

This div background color is #cc274a


#cc274a Border Color

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

This div border color is #cc274a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc274a


Comments

No comments written yet.

Please login to write comment.