Color Hex Logo

#cc270e Color Hex

#CC270E
(204,39,14)
0 Favorites   0 Comments

Color spaces of #cc270e

RGB 2043914
HSL0.020.870.43
HSV93°80°
CMYK 0.000.810.93   0.20
XYZ25.706614.32011.8246
Yxy14.32010.61420.3422
Hunter Lab37.841955.034523.6306
CIE-Lab44.688561.760953.4555

#cc270e color RGB value is (204,39,14).

#cc270e hex color red value is 204, green value is 39 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cc270e hue: 0.02 , saturation: 0.87 and the lightness value of cc270e is 0.43.

The process color (four color CMYK) of #cc270e color hex is 0.00, 0.81, 0.93, 0.20. Web safe color of #cc270e is #cc3300. Color #cc270e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100111 00001110
Octal 314 47 16
Decimal 204 39 14
Hex CC 27 E

RGB Percentages of Color #cc270e

%79.38
%15.18
%5.45

CMYK Percentages of Color #cc270e

%0
%81
%93
%20

Triadic Colors of #cc270e

#cc270e #0ecc27 #270ecc

Analogous Colors of #cc270e

#cc270e #cc860e #cc0e54

Monochromatic Colors of #cc270e

#cc270e

Complementary Color

#cc270e #0eb3cc

#cc270e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc270e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc270e Color CSS Codes

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

#cc270e Text Font Color

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

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


#cc270e Background Color

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

This div background color is #cc270e


#cc270e Border Color

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

This div border color is #cc270e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc270e


Comments

No comments written yet.

Please login to write comment.