Color Hex Logo

#cf470a Color Hex

#CF470A
(207,71,10)
0 Favorites   0 Comments

Color spaces of #cf470a

RGB 2077110
HSL0.050.910.43
HSV19°95°81°
CMYK 0.000.660.95   0.19
XYZ28.040217.79382.2438
Yxy17.79380.58320.3701
Hunter Lab42.182744.835026.3741
CIE-Lab49.245051.623157.6590

#cf470a color RGB value is (207,71,10).

#cf470a hex color red value is 207, green value is 71 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cf470a hue: 0.05 , saturation: 0.91 and the lightness value of cf470a is 0.43.

The process color (four color CMYK) of #cf470a color hex is 0.00, 0.66, 0.95, 0.19. Web safe color of #cf470a is #cc3300. Color #cf470a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000111 00001010
Octal 317 107 12
Decimal 207 71 10
Hex CF 47 A

RGB Percentages of Color #cf470a

%71.88
%24.65
%3.47

CMYK Percentages of Color #cf470a

%0
%66
%95
%19

Triadic Colors of #cf470a

#cf470a #0acf47 #470acf

Analogous Colors of #cf470a

#cf470a #cfaa0a #cf0a30

Monochromatic Colors of #cf470a

#cf470a

Complementary Color

#cf470a #0a92cf

#cf470a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf470a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf470a Color CSS Codes

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

#cf470a Text Font Color

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

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


#cf470a Background Color

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

This div background color is #cf470a


#cf470a Border Color

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

This div border color is #cf470a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf470a


Comments

No comments written yet.

Please login to write comment.