Color Hex Logo

#fb89dd Color Hex

#FB89DD
(251,137,221)
0 Favorites   0 Comments

Color spaces of #fb89dd

RGB 251137221
HSL0.880.930.76
HSV316°45°98°
CMYK 0.000.450.12   0.02
XYZ61.780543.621073.5701
Yxy43.62100.34520.2437
Hunter Lab66.046251.3905-19.8119
CIE-Lab71.974453.9192-23.8199

#fb89dd color RGB value is (251,137,221).

#fb89dd hex color red value is 251, green value is 137 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fb89dd hue: 0.88 , saturation: 0.93 and the lightness value of fb89dd is 0.76.

The process color (four color CMYK) of #fb89dd color hex is 0.00, 0.45, 0.12, 0.02. Web safe color of #fb89dd is #ff99cc. Color #fb89dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001001 11011101
Octal 373 211 335
Decimal 251 137 221
Hex FB 89 DD

RGB Percentages of Color #fb89dd

%41.22
%22.50
%36.29

CMYK Percentages of Color #fb89dd

%0
%45
%12
%2

Triadic Colors of #fb89dd

#fb89dd #ddfb89 #89ddfb

Analogous Colors of #fb89dd

#fb89dd #fb89a4 #e089fb

Monochromatic Colors of #fb89dd

#fb89dd

Complementary Color

#fb89dd #89fba7

#fb89dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb89dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb89dd Color CSS Codes

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

#fb89dd Text Font Color

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

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


#fb89dd Background Color

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

This div background color is #fb89dd


#fb89dd Border Color

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

This div border color is #fb89dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb89dd


Comments

No comments written yet.

Please login to write comment.