Color Hex Logo

#c94701 Color Hex

#C94701
(201,71,1)
0 Favorites   0 Comments

Color spaces of #c94701

RGB 201711
HSL0.060.990.40
HSV21°100°79°
CMYK 0.000.651.00   0.21
XYZ26.346116.92621.9072
Yxy16.92620.58310.3746
Hunter Lab41.141542.310026.0505
CIE-Lab48.166949.427358.6918

#c94701 color RGB value is (201,71,1).

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

The process color (four color CMYK) of #c94701 color hex is 0.00, 0.65, 1.00, 0.21. Web safe color of #c94701 is #cc3300. Color #c94701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000111 00000001
Octal 311 107 1
Decimal 201 71 1
Hex C9 47 1

RGB Percentages of Color #c94701

%73.63
%26.01
%0.37

CMYK Percentages of Color #c94701

%0
%65
%100
%21

Triadic Colors of #c94701

#c94701 #01c947 #4701c9

Analogous Colors of #c94701

#c94701 #c9ab01 #c9011f

Monochromatic Colors of #c94701

#c94701

Complementary Color

#c94701 #0183c9

#c94701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94701 Color CSS Codes

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

#c94701 Text Font Color

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

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


#c94701 Background Color

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

This div background color is #c94701


#c94701 Border Color

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

This div border color is #c94701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94701


Comments

No comments written yet.

Please login to write comment.