Color Hex Logo

#cf721f Color Hex

#CF721F
(207,114,31)
0 Favorites   0 Comments

Color spaces of #cf721f

RGB 20711431
HSL0.080.740.47
HSV28°85°81°
CMYK 0.000.450.85   0.19
XYZ31.996825.39904.5124
Yxy25.39900.51680.4103
Hunter Lab50.397425.132329.9696
CIE-Lab57.462131.176757.4472

#cf721f color RGB value is (207,114,31).

#cf721f hex color red value is 207, green value is 114 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cf721f hue: 0.08 , saturation: 0.74 and the lightness value of cf721f is 0.47.

The process color (four color CMYK) of #cf721f color hex is 0.00, 0.45, 0.85, 0.19. Web safe color of #cf721f is #cc6633. Color #cf721f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110010 00011111
Octal 317 162 37
Decimal 207 114 31
Hex CF 72 1F

RGB Percentages of Color #cf721f

%58.81
%32.39
%8.81

CMYK Percentages of Color #cf721f

%0
%45
%85
%19

Triadic Colors of #cf721f

#cf721f #1fcf72 #721fcf

Analogous Colors of #cf721f

#cf721f #cfca1f #cf1f24

Monochromatic Colors of #cf721f

#cf721f

Complementary Color

#cf721f #1f7ccf

#cf721f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf721f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf721f Color CSS Codes

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

#cf721f Text Font Color

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

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


#cf721f Background Color

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

This div background color is #cf721f


#cf721f Border Color

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

This div border color is #cf721f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf721f


Comments

No comments written yet.

Please login to write comment.