Color Hex Logo

#fb588a Color Hex

#FB588A
(251,88,138)
0 Favorites   0 Comments

Color spaces of #fb588a

RGB 25188138
HSL0.950.950.66
HSV342°65°98°
CMYK 0.000.650.45   0.02
XYZ47.860829.323727.1822
Yxy29.32370.45860.2810
Hunter Lab54.151462.99948.1443
CIE-Lab61.066365.60486.9403

#fb588a color RGB value is (251,88,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011000 10001010
Octal 373 130 212
Decimal 251 88 138
Hex FB 58 8A

RGB Percentages of Color #fb588a

%52.62
%18.45
%28.93

CMYK Percentages of Color #fb588a

%0
%65
%45
%2

Triadic Colors of #fb588a

#fb588a #8afb58 #588afb

Analogous Colors of #fb588a

#fb588a #fb7858 #fb58dc

Monochromatic Colors of #fb588a

#fb588a

Complementary Color

#fb588a #58fbc9

#fb588a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb588a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb588a Color CSS Codes

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

#fb588a Text Font Color

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

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


#fb588a Background Color

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

This div background color is #fb588a


#fb588a Border Color

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

This div border color is #fb588a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,88,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 #fb588a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb588a


Comments

No comments written yet.

Please login to write comment.