Color Hex Logo

#cf072e Color Hex

#CF072E
(207,7,46)
0 Favorites   0 Comments

Color spaces of #cf072e

RGB 207746
HSL0.970.930.42
HSV348°97°81°
CMYK 0.000.970.78   0.19
XYZ26.301213.61463.8264
Yxy13.61460.60130.3112
Hunter Lab36.898062.664919.6801
CIE-Lab43.675168.603337.3782

#cf072e color RGB value is (207,7,46).

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

The process color (four color CMYK) of #cf072e color hex is 0.00, 0.97, 0.78, 0.19. Web safe color of #cf072e is #cc0033. Color #cf072e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000111 00101110
Octal 317 7 56
Decimal 207 7 46
Hex CF 7 2E

RGB Percentages of Color #cf072e

%79.62
%2.69
%17.69

CMYK Percentages of Color #cf072e

%0
%97
%78
%19

Triadic Colors of #cf072e

#cf072e #2ecf07 #072ecf

Analogous Colors of #cf072e

#cf072e #cf4407 #cf0792

Monochromatic Colors of #cf072e

#cf072e

Complementary Color

#cf072e #07cfa8

#cf072e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf072e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf072e Color CSS Codes

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

#cf072e Text Font Color

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

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


#cf072e Background Color

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

This div background color is #cf072e


#cf072e Border Color

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

This div border color is #cf072e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf072e


Comments

No comments written yet.

Please login to write comment.