Color Hex Logo

#fb8adb Color Hex

#FB8ADB
(251,138,219)
0 Favorites   0 Comments

Color spaces of #fb8adb

RGB 251138219
HSL0.880.930.76
HSV317°45°98°
CMYK 0.000.450.13   0.02
XYZ61.658343.800772.2225
Yxy43.80070.34700.2465
Hunter Lab66.182150.4802-18.3739
CIE-Lab72.095153.1135-22.5337

#fb8adb color RGB value is (251,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001010 11011011
Octal 373 212 333
Decimal 251 138 219
Hex FB 8A DB

RGB Percentages of Color #fb8adb

%41.28
%22.70
%36.02

CMYK Percentages of Color #fb8adb

%0
%45
%13
%2

Triadic Colors of #fb8adb

#fb8adb #dbfb8a #8adbfb

Analogous Colors of #fb8adb

#fb8adb #fb8aa3 #e38afb

Monochromatic Colors of #fb8adb

#fb8adb

Complementary Color

#fb8adb #8afbaa

#fb8adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8adb Color CSS Codes

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

#fb8adb Text Font Color

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

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


#fb8adb Background Color

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

This div background color is #fb8adb


#fb8adb Border Color

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

This div border color is #fb8adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8adb


Comments

No comments written yet.

Please login to write comment.