Color Hex Logo

#fb79dd Color Hex

#FB79DD
(251,121,221)
0 Favorites   0 Comments

Color spaces of #fb79dd

RGB 251121221
HSL0.870.940.73
HSV314°52°98°
CMYK 0.000.520.12   0.02
XYZ59.672239.404472.8674
Yxy39.40440.34700.2292
Hunter Lab62.772959.8302-24.8833
CIE-Lab69.043261.5700-28.3132

#fb79dd color RGB value is (251,121,221).

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

The process color (four color CMYK) of #fb79dd color hex is 0.00, 0.52, 0.12, 0.02. Web safe color of #fb79dd is #ff66cc. Color #fb79dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111001 11011101
Octal 373 171 335
Decimal 251 121 221
Hex FB 79 DD

RGB Percentages of Color #fb79dd

%42.33
%20.40
%37.27

CMYK Percentages of Color #fb79dd

%0
%52
%12
%2

Triadic Colors of #fb79dd

#fb79dd #ddfb79 #79ddfb

Analogous Colors of #fb79dd

#fb79dd #fb799c #d879fb

Monochromatic Colors of #fb79dd

#fb79dd

Complementary Color

#fb79dd #79fb97

#fb79dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb79dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb79dd Color CSS Codes

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

#fb79dd Text Font Color

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

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


#fb79dd Background Color

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

This div background color is #fb79dd


#fb79dd Border Color

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

This div border color is #fb79dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb79dd


Comments

No comments written yet.

Please login to write comment.