Color Hex Logo

#cf080e Color Hex

#CF080E
(207,8,14)
0 Favorites   0 Comments

Color spaces of #cf080e

RGB 207814
HSL0.990.930.42
HSV358°96°81°
CMYK 0.000.960.93   0.19
XYZ25.898213.47081.6506
Yxy13.47080.63140.3284
Hunter Lab36.702661.724223.0254
CIE-Lab43.464267.839453.0262

#cf080e color RGB value is (207,8,14).

#cf080e hex color red value is 207, green value is 8 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cf080e hue: 0.99 , saturation: 0.93 and the lightness value of cf080e is 0.42.

The process color (four color CMYK) of #cf080e color hex is 0.00, 0.96, 0.93, 0.19. Web safe color of #cf080e is #cc0000. Color #cf080e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00001000 00001110
Octal 317 10 16
Decimal 207 8 14
Hex CF 8 E

RGB Percentages of Color #cf080e

%90.39
%3.49
%6.11

CMYK Percentages of Color #cf080e

%0
%96
%93
%19

Triadic Colors of #cf080e

#cf080e #0ecf08 #080ecf

Analogous Colors of #cf080e

#cf080e #cf6608 #cf0872

Monochromatic Colors of #cf080e

#cf080e

Complementary Color

#cf080e #08cfc9

#cf080e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf080e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf080e Color CSS Codes

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

#cf080e Text Font Color

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

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


#cf080e Background Color

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

This div background color is #cf080e


#cf080e Border Color

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

This div border color is #cf080e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf080e


Comments

No comments written yet.

Please login to write comment.