Color Hex Logo

#cf422a Color Hex

#CF422A
(207,66,42)
0 Favorites   0 Comments

Color spaces of #cf422a

RGB 2076642
HSL0.020.660.49
HSV80°81°
CMYK 0.000.680.80   0.19
XYZ28.098317.32904.0544
Yxy17.32900.56790.3502
Hunter Lab41.628147.635423.3651
CIE-Lab48.671954.323244.7173

#cf422a color RGB value is (207,66,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000010 00101010
Octal 317 102 52
Decimal 207 66 42
Hex CF 42 2A

RGB Percentages of Color #cf422a

%65.71
%20.95
%13.33

CMYK Percentages of Color #cf422a

%0
%68
%80
%19

Triadic Colors of #cf422a

#cf422a #2acf42 #422acf

Analogous Colors of #cf422a

#cf422a #cf952a #cf2a65

Monochromatic Colors of #cf422a

#cf422a

Complementary Color

#cf422a #2ab7cf

#cf422a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf422a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf422a Color CSS Codes

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

#cf422a Text Font Color

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

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


#cf422a Background Color

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

This div background color is #cf422a


#cf422a Border Color

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

This div border color is #cf422a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf422a


Comments

No comments written yet.

Please login to write comment.