Color Hex Logo

#cf720e Color Hex

#CF720E
(207,114,14)
0 Favorites   0 Comments

Color spaces of #cf720e

RGB 20711414
HSL0.090.870.43
HSV31°93°81°
CMYK 0.000.450.93   0.19
XYZ31.828725.33173.6274
Yxy25.33170.52360.4167
Hunter Lab50.330624.803530.9583
CIE-Lab57.397230.846562.1929

#cf720e color RGB value is (207,114,14).

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

The process color (four color CMYK) of #cf720e color hex is 0.00, 0.45, 0.93, 0.19. Web safe color of #cf720e is #cc6600. Color #cf720e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110010 00001110
Octal 317 162 16
Decimal 207 114 14
Hex CF 72 E

RGB Percentages of Color #cf720e

%61.79
%34.03
%4.18

CMYK Percentages of Color #cf720e

%0
%45
%93
%19

Triadic Colors of #cf720e

#cf720e #0ecf72 #720ecf

Analogous Colors of #cf720e

#cf720e #cccf0e #cf110e

Monochromatic Colors of #cf720e

#cf720e

Complementary Color

#cf720e #0e6bcf

#cf720e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf720e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf720e Color CSS Codes

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

#cf720e Text Font Color

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

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


#cf720e Background Color

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

This div background color is #cf720e


#cf720e Border Color

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

This div border color is #cf720e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf720e


Comments

No comments written yet.

Please login to write comment.