Color Hex Logo

#cf422f Color Hex

#CF422F
(207,66,47)
0 Favorites   0 Comments

Color spaces of #cf422f

RGB 2076647
HSL0.020.630.50
HSV77°81°
CMYK 0.000.680.77   0.19
XYZ28.193417.36714.5555
Yxy17.36710.56260.3465
Hunter Lab41.673947.830522.6905
CIE-Lab48.719354.494442.1537

#cf422f color RGB value is (207,66,47).

#cf422f hex color red value is 207, green value is 66 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cf422f hue: 0.02 , saturation: 0.63 and the lightness value of cf422f is 0.50.

The process color (four color CMYK) of #cf422f color hex is 0.00, 0.68, 0.77, 0.19. Web safe color of #cf422f is #cc3333. Color #cf422f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000010 00101111
Octal 317 102 57
Decimal 207 66 47
Hex CF 42 2F

RGB Percentages of Color #cf422f

%64.69
%20.63
%14.69

CMYK Percentages of Color #cf422f

%0
%68
%77
%19

Triadic Colors of #cf422f

#cf422f #2fcf42 #422fcf

Analogous Colors of #cf422f

#cf422f #cf922f #cf2f6c

Monochromatic Colors of #cf422f

#cf422f

Complementary Color

#cf422f #2fbccf

#cf422f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf422f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf422f Color CSS Codes

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

#cf422f Text Font Color

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

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


#cf422f Background Color

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

This div background color is #cf422f


#cf422f Border Color

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

This div border color is #cf422f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf422f


Comments

No comments written yet.

Please login to write comment.