Color Hex Logo

#cc7401 Color Hex

#CC7401
(204,116,1)
0 Favorites   0 Comments

Color spaces of #cc7401

RGB 2041161
HSL0.090.990.40
HSV34°100°80°
CMYK 0.000.431.00   0.20
XYZ31.152725.33033.2760
Yxy25.33030.52130.4239
Hunter Lab50.329222.411531.3712
CIE-Lab57.395828.376664.3396

#cc7401 color RGB value is (204,116,1).

#cc7401 hex color red value is 204, green value is 116 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #cc7401 hue: 0.09 , saturation: 0.99 and the lightness value of cc7401 is 0.40.

The process color (four color CMYK) of #cc7401 color hex is 0.00, 0.43, 1.00, 0.20. Web safe color of #cc7401 is #cc6600. Color #cc7401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110100 00000001
Octal 314 164 1
Decimal 204 116 1
Hex CC 74 1

RGB Percentages of Color #cc7401

%63.55
%36.14
%0.31

CMYK Percentages of Color #cc7401

%0
%43
%100
%20

Triadic Colors of #cc7401

#cc7401 #01cc74 #7401cc

Analogous Colors of #cc7401

#cc7401 #bfcc01 #cc0e01

Monochromatic Colors of #cc7401

#cc7401

Complementary Color

#cc7401 #0159cc

#cc7401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7401 Color CSS Codes

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

#cc7401 Text Font Color

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

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


#cc7401 Background Color

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

This div background color is #cc7401


#cc7401 Border Color

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

This div border color is #cc7401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7401


Comments

No comments written yet.

Please login to write comment.