Color Hex Logo

#cc430e Color Hex

#CC430E
(204,67,14)
0 Favorites   0 Comments

Color spaces of #cc430e

RGB 2046714
HSL0.050.870.43
HSV17°93°80°
CMYK 0.000.670.93   0.20
XYZ26.988316.88342.2518
Yxy16.88340.58510.3660
Hunter Lab41.089445.335725.5134
CIE-Lab48.112852.288255.6417

#cc430e color RGB value is (204,67,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000011 00001110
Octal 314 103 16
Decimal 204 67 14
Hex CC 43 E

RGB Percentages of Color #cc430e

%71.58
%23.51
%4.91

CMYK Percentages of Color #cc430e

%0
%67
%93
%20

Triadic Colors of #cc430e

#cc430e #0ecc43 #430ecc

Analogous Colors of #cc430e

#cc430e #cca20e #cc0e38

Monochromatic Colors of #cc430e

#cc430e

Complementary Color

#cc430e #0e97cc

#cc430e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc430e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc430e Color CSS Codes

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

#cc430e Text Font Color

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

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


#cc430e Background Color

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

This div background color is #cc430e


#cc430e Border Color

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

This div border color is #cc430e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,67,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 #cc430e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc430e


Comments

No comments written yet.

Please login to write comment.