Color Hex Logo

#fd578a Color Hex

#FD578A
(253,87,138)
0 Favorites   0 Comments

Color spaces of #fd578a

RGB 25387138
HSL0.950.980.67
HSV342°66°99°
CMYK 0.000.660.45   0.01
XYZ48.503729.534027.1890
Yxy29.53400.46090.2807
Hunter Lab54.345264.20928.3787
CIE-Lab61.250066.58587.2466

#fd578a color RGB value is (253,87,138).

#fd578a hex color red value is 253, green value is 87 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fd578a hue: 0.95 , saturation: 0.98 and the lightness value of fd578a is 0.67.

The process color (four color CMYK) of #fd578a color hex is 0.00, 0.66, 0.45, 0.01. Web safe color of #fd578a is #ff6699. Color #fd578a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010111 10001010
Octal 375 127 212
Decimal 253 87 138
Hex FD 57 8A

RGB Percentages of Color #fd578a

%52.93
%18.20
%28.87

CMYK Percentages of Color #fd578a

%0
%66
%45
%1

Triadic Colors of #fd578a

#fd578a #8afd57 #578afd

Analogous Colors of #fd578a

#fd578a #fd7757 #fd57dd

Monochromatic Colors of #fd578a

#fd578a

Complementary Color

#fd578a #57fdca

#fd578a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd578a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd578a Color CSS Codes

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

#fd578a Text Font Color

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

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


#fd578a Background Color

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

This div background color is #fd578a


#fd578a Border Color

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

This div border color is #fd578a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd578a


Comments

No comments written yet.

Please login to write comment.