Color Hex Logo

#fb84dd Color Hex

#FB84DD
(251,132,221)
0 Favorites   0 Comments

Color spaces of #fb84dd

RGB 251132221
HSL0.880.940.75
HSV315°47°98°
CMYK 0.000.470.12   0.02
XYZ61.086142.232273.3387
Yxy42.23220.34580.2391
Hunter Lab64.986354.0611-21.4199
CIE-Lab71.030756.3582-25.2628

#fb84dd color RGB value is (251,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000100 11011101
Octal 373 204 335
Decimal 251 132 221
Hex FB 84 DD

RGB Percentages of Color #fb84dd

%41.56
%21.85
%36.59

CMYK Percentages of Color #fb84dd

%0
%47
%12
%2

Triadic Colors of #fb84dd

#fb84dd #ddfb84 #84ddfb

Analogous Colors of #fb84dd

#fb84dd #fb84a2 #de84fb

Monochromatic Colors of #fb84dd

#fb84dd

Complementary Color

#fb84dd #84fba2

#fb84dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb84dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb84dd Color CSS Codes

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

#fb84dd Text Font Color

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

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


#fb84dd Background Color

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

This div background color is #fb84dd


#fb84dd Border Color

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

This div border color is #fb84dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb84dd


Comments

No comments written yet.

Please login to write comment.