Color Hex Logo

#ff423b Color Hex

#FF423B
(255,66,59)
0 Favorites   0 Comments

Color spaces of #ff423b

RGB 2556659
HSL0.011.000.62
HSV77°100°
CMYK 0.000.740.77   0.00
XYZ43.977625.47226.7364
Yxy25.47220.57720.3343
Hunter Lab50.470067.215527.4154
CIE-Lab57.532669.772947.6787

#ff423b color RGB value is (255,66,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 00111011
Octal 377 102 73
Decimal 255 66 59
Hex FF 42 3B

RGB Percentages of Color #ff423b

%67.11
%17.37
%15.53

CMYK Percentages of Color #ff423b

%0
%74
%77
%0

Triadic Colors of #ff423b

#ff423b #3bff42 #423bff

Analogous Colors of #ff423b

#ff423b #ffa43b #ff3b96

Monochromatic Colors of #ff423b

#ff423b

Complementary Color

#ff423b #3bf8ff

#ff423b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff423b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff423b Color CSS Codes

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

#ff423b Text Font Color

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

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


#ff423b Background Color

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

This div background color is #ff423b


#ff423b Border Color

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

This div border color is #ff423b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff423b

Related Colors


Comments

No comments written yet.

Please login to write comment.