Color Hex Logo

#cf060e Color Hex

#CF060E
(207,6,14)
0 Favorites   0 Comments

Color spaces of #cf060e

RGB 207614
HSL0.990.940.42
HSV358°97°81°
CMYK 0.000.970.93   0.19
XYZ25.876513.42741.6434
Yxy13.42740.63190.3279
Hunter Lab36.643461.925522.9913
CIE-Lab43.400368.024452.9881

#cf060e color RGB value is (207,6,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000110 00001110
Octal 317 6 16
Decimal 207 6 14
Hex CF 6 E

RGB Percentages of Color #cf060e

%91.19
%2.64
%6.17

CMYK Percentages of Color #cf060e

%0
%97
%93
%19

Triadic Colors of #cf060e

#cf060e #0ecf06 #060ecf

Analogous Colors of #cf060e

#cf060e #cf6206 #cf0673

Monochromatic Colors of #cf060e

#cf060e

Complementary Color

#cf060e #06cfc7

#cf060e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf060e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf060e Color CSS Codes

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

#cf060e Text Font Color

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

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


#cf060e Background Color

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

This div background color is #cf060e


#cf060e Border Color

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

This div border color is #cf060e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf060e


Comments

No comments written yet.

Please login to write comment.