Color Hex Logo

#fb587a Color Hex

#FB587A
(251,88,122)
0 Favorites   0 Comments

Color spaces of #fb587a

RGB 25188122
HSL0.970.950.66
HSV347°65°98°
CMYK 0.000.650.51   0.02
XYZ46.786228.893821.5235
Yxy28.89380.48130.2973
Hunter Lab53.753061.297513.8864
CIE-Lab60.687864.236415.7145

#fb587a color RGB value is (251,88,122).

#fb587a hex color red value is 251, green value is 88 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fb587a hue: 0.97 , saturation: 0.95 and the lightness value of fb587a is 0.66.

The process color (four color CMYK) of #fb587a color hex is 0.00, 0.65, 0.51, 0.02. Web safe color of #fb587a is #ff6666. Color #fb587a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011000 01111010
Octal 373 130 172
Decimal 251 88 122
Hex FB 58 7A

RGB Percentages of Color #fb587a

%54.45
%19.09
%26.46

CMYK Percentages of Color #fb587a

%0
%65
%51
%2

Triadic Colors of #fb587a

#fb587a #7afb58 #587afb

Analogous Colors of #fb587a

#fb587a #fb8858 #fb58cc

Monochromatic Colors of #fb587a

#fb587a

Complementary Color

#fb587a #58fbd9

#fb587a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb587a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb587a Color CSS Codes

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

#fb587a Text Font Color

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

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


#fb587a Background Color

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

This div background color is #fb587a


#fb587a Border Color

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

This div border color is #fb587a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb587a


Comments

No comments written yet.

Please login to write comment.