Color Hex Logo

#cf422e Color Hex

#CF422E
(207,66,46)
0 Favorites   0 Comments

Color spaces of #cf422e

RGB 2076646
HSL0.020.640.50
HSV78°81°
CMYK 0.000.680.78   0.19
XYZ28.173517.35914.4505
Yxy17.35910.56370.3473
Hunter Lab41.664347.789822.8317
CIE-Lab48.709454.458842.6741

#cf422e color RGB value is (207,66,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000010 00101110
Octal 317 102 56
Decimal 207 66 46
Hex CF 42 2E

RGB Percentages of Color #cf422e

%64.89
%20.69
%14.42

CMYK Percentages of Color #cf422e

%0
%68
%78
%19

Triadic Colors of #cf422e

#cf422e #2ecf42 #422ecf

Analogous Colors of #cf422e

#cf422e #cf932e #cf2e6b

Monochromatic Colors of #cf422e

#cf422e

Complementary Color

#cf422e #2ebbcf

#cf422e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf422e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf422e Color CSS Codes

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

#cf422e Text Font Color

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

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


#cf422e Background Color

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

This div background color is #cf422e


#cf422e Border Color

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

This div border color is #cf422e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf422e


Comments

No comments written yet.

Please login to write comment.