Color Hex Logo

#cc4302 Color Hex

#CC4302
(204,67,2)
0 Favorites   0 Comments

Color spaces of #cc4302

RGB 204672
HSL0.050.980.40
HSV19°99°80°
CMYK 0.000.670.99   0.20
XYZ26.920016.85611.8921
Yxy16.85610.58950.3691
Hunter Lab41.056245.191826.0069
CIE-Lab48.078252.159858.6763

#cc4302 color RGB value is (204,67,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000011 00000010
Octal 314 103 2
Decimal 204 67 2
Hex CC 43 2

RGB Percentages of Color #cc4302

%74.73
%24.54
%0.73

CMYK Percentages of Color #cc4302

%0
%67
%99
%20

Triadic Colors of #cc4302

#cc4302 #02cc43 #4302cc

Analogous Colors of #cc4302

#cc4302 #cca802 #cc0226

Monochromatic Colors of #cc4302

#cc4302

Complementary Color

#cc4302 #028bcc

#cc4302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4302 Color CSS Codes

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

#cc4302 Text Font Color

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

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


#cc4302 Background Color

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

This div background color is #cc4302


#cc4302 Border Color

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

This div border color is #cc4302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4302


Comments

No comments written yet.

Please login to write comment.