Color Hex Logo

#fd586e Color Hex

#FD586E
(253,88,110)
0 Favorites   0 Comments

Color spaces of #fd586e

RGB 25388110
HSL0.980.980.67
HSV352°65°99°
CMYK 0.000.650.57   0.01
XYZ46.812228.987917.8798
Yxy28.98790.49970.3094
Hunter Lab53.840460.978317.9987
CIE-Lab60.770963.951122.8427

#fd586e color RGB value is (253,88,110).

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

The process color (four color CMYK) of #fd586e color hex is 0.00, 0.65, 0.57, 0.01. Web safe color of #fd586e is #ff6666. Color #fd586e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011000 01101110
Octal 375 130 156
Decimal 253 88 110
Hex FD 58 6E

RGB Percentages of Color #fd586e

%56.10
%19.51
%24.39

CMYK Percentages of Color #fd586e

%0
%65
%57
%1

Triadic Colors of #fd586e

#fd586e #6efd58 #586efd

Analogous Colors of #fd586e

#fd586e #fd9558 #fd58c1

Monochromatic Colors of #fd586e

#fd586e

Complementary Color

#fd586e #58fde7

#fd586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd586e Color CSS Codes

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

#fd586e Text Font Color

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

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


#fd586e Background Color

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

This div background color is #fd586e


#fd586e Border Color

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

This div border color is #fd586e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd586e


Comments

No comments written yet.

Please login to write comment.