Color Hex Logo

#ff422e Color Hex

#FF422E
(255,66,46)
0 Favorites   0 Comments

Color spaces of #ff422e

RGB 2556646
HSL0.021.000.59
HSV82°100°
CMYK 0.000.740.82   0.00
XYZ43.681425.35375.1763
Yxy25.35370.58860.3416
Hunter Lab50.352566.734229.1516
CIE-Lab57.418469.395054.1316

#ff422e color RGB value is (255,66,46).

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

The process color (four color CMYK) of #ff422e color hex is 0.00, 0.74, 0.82, 0.00. Web safe color of #ff422e is #ff3333. Color #ff422e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 00101110
Octal 377 102 56
Decimal 255 66 46
Hex FF 42 2E

RGB Percentages of Color #ff422e

%69.48
%17.98
%12.53

CMYK Percentages of Color #ff422e

%0
%74
%82
%0

Triadic Colors of #ff422e

#ff422e #2eff42 #422eff

Analogous Colors of #ff422e

#ff422e #ffab2e #ff2e83

Monochromatic Colors of #ff422e

#ff422e

Complementary Color

#ff422e #2eebff

#ff422e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff422e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff422e Color CSS Codes

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

#ff422e Text Font Color

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

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


#ff422e Background Color

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

This div background color is #ff422e


#ff422e Border Color

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

This div border color is #ff422e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff422e

Related Colors


Comments

No comments written yet.

Please login to write comment.