Color Hex Logo

#ff425f Color Hex

#FF425F
(255,66,95)
0 Favorites   0 Comments

Color spaces of #ff425f

RGB 2556695
HSL0.971.000.63
HSV351°74°100°
CMYK 0.000.740.63   0.00
XYZ45.253825.982713.4565
Yxy25.98270.53430.3068
Hunter Lab50.973269.268320.0292
CIE-Lab58.020671.374728.0001

#ff425f color RGB value is (255,66,95).

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

The process color (four color CMYK) of #ff425f color hex is 0.00, 0.74, 0.63, 0.00. Web safe color of #ff425f is #ff3366. Color #ff425f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 01011111
Octal 377 102 137
Decimal 255 66 95
Hex FF 42 5F

RGB Percentages of Color #ff425f

%61.30
%15.87
%22.84

CMYK Percentages of Color #ff425f

%0
%74
%63
%0

Triadic Colors of #ff425f

#ff425f #5fff42 #425fff

Analogous Colors of #ff425f

#ff425f #ff8442 #ff42be

Monochromatic Colors of #ff425f

#ff425f

Complementary Color

#ff425f #42ffe2

#ff425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff425f Color CSS Codes

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

#ff425f Text Font Color

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

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


#ff425f Background Color

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

This div background color is #ff425f


#ff425f Border Color

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

This div border color is #ff425f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff425f

Related Colors

#ff425f Color Palettes


Comments

No comments written yet.

Please login to write comment.