Color Hex Logo

#ff421a Color Hex

#FF421A
(255,66,26)
0 Favorites   0 Comments

Color spaces of #ff421a

RGB 2556626
HSL0.031.000.55
HSV10°90°100°
CMYK 0.000.740.90   0.00
XYZ43.374725.23103.5613
Yxy25.23100.60100.3496
Hunter Lab50.230566.233930.9577
CIE-Lab57.299869.001162.4183

#ff421a color RGB value is (255,66,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 00011010
Octal 377 102 32
Decimal 255 66 26
Hex FF 42 1A

RGB Percentages of Color #ff421a

%73.49
%19.02
%7.49

CMYK Percentages of Color #ff421a

%0
%74
%90
%0

Triadic Colors of #ff421a

#ff421a #1aff42 #421aff

Analogous Colors of #ff421a

#ff421a #ffb51a #ff1a65

Monochromatic Colors of #ff421a

#ff421a

Complementary Color

#ff421a #1ad7ff

#ff421a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff421a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff421a Color CSS Codes

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

#ff421a Text Font Color

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

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


#ff421a Background Color

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

This div background color is #ff421a


#ff421a Border Color

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

This div border color is #ff421a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff421a


Comments

No comments written yet.

Please login to write comment.