Color Hex Logo

#cf720d Color Hex

#CF720D
(207,114,13)
0 Favorites   0 Comments

Color spaces of #cf720d

RGB 20711413
HSL0.090.880.43
HSV31°94°81°
CMYK 0.000.450.94   0.19
XYZ31.822125.32913.5926
Yxy25.32910.52390.4170
Hunter Lab50.328024.790430.9973
CIE-Lab57.394730.833362.3951

#cf720d color RGB value is (207,114,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110010 00001101
Octal 317 162 15
Decimal 207 114 13
Hex CF 72 D

RGB Percentages of Color #cf720d

%61.98
%34.13
%3.89

CMYK Percentages of Color #cf720d

%0
%45
%94
%19

Triadic Colors of #cf720d

#cf720d #0dcf72 #720dcf

Analogous Colors of #cf720d

#cf720d #cbcf0d #cf110d

Monochromatic Colors of #cf720d

#cf720d

Complementary Color

#cf720d #0d6acf

#cf720d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf720d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf720d Color CSS Codes

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

#cf720d Text Font Color

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

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


#cf720d Background Color

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

This div background color is #cf720d


#cf720d Border Color

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

This div border color is #cf720d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf720d


Comments

No comments written yet.

Please login to write comment.