Color Hex Logo

#fd588b Color Hex

#FD588B
(253,88,139)
0 Favorites   0 Comments

Color spaces of #fd588b

RGB 25388139
HSL0.950.980.67
HSV341°65°99°
CMYK 0.000.650.45   0.01
XYZ48.657929.726227.5993
Yxy29.72620.45910.2805
Hunter Lab54.521763.88928.1522
CIE-Lab61.417366.28806.9046

#fd588b color RGB value is (253,88,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011000 10001011
Octal 375 130 213
Decimal 253 88 139
Hex FD 58 8B

RGB Percentages of Color #fd588b

%52.71
%18.33
%28.96

CMYK Percentages of Color #fd588b

%0
%65
%45
%1

Triadic Colors of #fd588b

#fd588b #8bfd58 #588bfd

Analogous Colors of #fd588b

#fd588b #fd7858 #fd58de

Monochromatic Colors of #fd588b

#fd588b

Complementary Color

#fd588b #58fdca

#fd588b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd588b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd588b Color CSS Codes

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

#fd588b Text Font Color

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

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


#fd588b Background Color

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

This div background color is #fd588b


#fd588b Border Color

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

This div border color is #fd588b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd588b


Comments

No comments written yet.

Please login to write comment.