Color Hex Logo

#fd5abd Color Hex

#FD5ABD
(253,90,189)
0 Favorites   0 Comments

Color spaces of #fd5abd

RGB 25390189
HSL0.900.980.67
HSV324°64°99°
CMYK 0.000.640.25   0.01
XYZ53.349531.869151.4836
Yxy31.86910.39030.2331
Hunter Lab56.452769.8955-14.5542
CIE-Lab63.234570.9180-19.2002

#fd5abd color RGB value is (253,90,189).

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

The process color (four color CMYK) of #fd5abd color hex is 0.00, 0.64, 0.25, 0.01. Web safe color of #fd5abd is #ff66cc. Color #fd5abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011010 10111101
Octal 375 132 275
Decimal 253 90 189
Hex FD 5A BD

RGB Percentages of Color #fd5abd

%47.56
%16.92
%35.53

CMYK Percentages of Color #fd5abd

%0
%64
%25
%1

Triadic Colors of #fd5abd

#fd5abd #bdfd5a #5abdfd

Analogous Colors of #fd5abd

#fd5abd #fd5a6c #ec5afd

Monochromatic Colors of #fd5abd

#fd5abd

Complementary Color

#fd5abd #5afd9a

#fd5abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5abd Color CSS Codes

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

#fd5abd Text Font Color

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

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


#fd5abd Background Color

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

This div background color is #fd5abd


#fd5abd Border Color

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

This div border color is #fd5abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5abd


Comments

No comments written yet.

Please login to write comment.