Color Hex Logo

#ff423c Color Hex

#FF423C
(255,66,60)
0 Favorites   0 Comments

Color spaces of #ff423c

RGB 2556660
HSL0.011.000.62
HSV76°100°
CMYK 0.000.740.76   0.00
XYZ44.003825.48276.8744
Yxy25.48270.57630.3337
Hunter Lab50.480467.257927.2622
CIE-Lab57.542769.806147.1596

#ff423c color RGB value is (255,66,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 00111100
Octal 377 102 74
Decimal 255 66 60
Hex FF 42 3C

RGB Percentages of Color #ff423c

%66.93
%17.32
%15.75

CMYK Percentages of Color #ff423c

%0
%74
%76
%0

Triadic Colors of #ff423c

#ff423c #3cff42 #423cff

Analogous Colors of #ff423c

#ff423c #ffa43c #ff3c98

Monochromatic Colors of #ff423c

#ff423c

Complementary Color

#ff423c #3cf9ff

#ff423c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff423c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff423c Color CSS Codes

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

#ff423c Text Font Color

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

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


#ff423c Background Color

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

This div background color is #ff423c


#ff423c Border Color

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

This div border color is #ff423c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff423c


Comments

No comments written yet.

Please login to write comment.