Color Hex Logo

#fb8bdf Color Hex

#FB8BDF
(251,139,223)
0 Favorites   0 Comments

Color spaces of #fb8bdf

RGB 251139223
HSL0.880.930.76
HSV315°45°98°
CMYK 0.000.450.11   0.02
XYZ62.335644.302275.0778
Yxy44.30220.34300.2438
Hunter Lab66.559950.6915-20.2856
CIE-Lab72.430053.2489-24.2252

#fb8bdf color RGB value is (251,139,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001011 11011111
Octal 373 213 337
Decimal 251 139 223
Hex FB 8B DF

RGB Percentages of Color #fb8bdf

%40.95
%22.68
%36.38

CMYK Percentages of Color #fb8bdf

%0
%45
%11
%2

Triadic Colors of #fb8bdf

#fb8bdf #dffb8b #8bdffb

Analogous Colors of #fb8bdf

#fb8bdf #fb8ba7 #df8bfb

Monochromatic Colors of #fb8bdf

#fb8bdf

Complementary Color

#fb8bdf #8bfba7

#fb8bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8bdf Color CSS Codes

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

#fb8bdf Text Font Color

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

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


#fb8bdf Background Color

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

This div background color is #fb8bdf


#fb8bdf Border Color

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

This div border color is #fb8bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8bdf


Comments

No comments written yet.

Please login to write comment.