Color Hex Logo

#fd425a Color Hex

#FD425A
(253,66,90)
0 Favorites   0 Comments

Color spaces of #fd425a

RGB 2536690
HSL0.980.980.63
HSV352°74°99°
CMYK 0.000.740.64   0.01
XYZ44.301725.517312.2632
Yxy25.51730.53970.3109
Hunter Lab50.514768.145120.9667
CIE-Lab57.576070.533630.2698

#fd425a color RGB value is (253,66,90).

#fd425a hex color red value is 253, green value is 66 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fd425a hue: 0.98 , saturation: 0.98 and the lightness value of fd425a is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000010 01011010
Octal 375 102 132
Decimal 253 66 90
Hex FD 42 5A

RGB Percentages of Color #fd425a

%61.86
%16.14
%22.00

CMYK Percentages of Color #fd425a

%0
%74
%64
%1

Triadic Colors of #fd425a

#fd425a #5afd42 #425afd

Analogous Colors of #fd425a

#fd425a #fd8842 #fd42b8

Monochromatic Colors of #fd425a

#fd425a

Complementary Color

#fd425a #42fde5

#fd425a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd425a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd425a Color CSS Codes

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

#fd425a Text Font Color

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

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


#fd425a Background Color

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

This div background color is #fd425a


#fd425a Border Color

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

This div border color is #fd425a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd425a

Related Colors


Comments

No comments written yet.

Please login to write comment.