Color Hex Logo

#fbb4fd Color Hex

#FBB4FD
(251,180,253)
0 Favorites   0 Comments

Color spaces of #fbb4fd

RGB 251180253
HSL0.830.950.85
HSV298°29°99°
CMYK 0.010.290.00   0.01
XYZ73.834560.2436100.6652
Yxy60.24360.31450.2566
Hunter Lab77.616833.9724-22.5646
CIE-Lab81.970437.3458-25.9217

#fbb4fd color RGB value is (251,180,253).

#fbb4fd hex color red value is 251, green value is 180 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fbb4fd hue: 0.83 , saturation: 0.95 and the lightness value of fbb4fd is 0.85.

The process color (four color CMYK) of #fbb4fd color hex is 0.01, 0.29, 0.00, 0.01. Web safe color of #fbb4fd is #ffccff. Color #fbb4fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 11111101
Octal 373 264 375
Decimal 251 180 253
Hex FB B4 FD

RGB Percentages of Color #fbb4fd

%36.70
%26.32
%36.99

CMYK Percentages of Color #fbb4fd

%1
%29
%0
%1

Triadic Colors of #fbb4fd

#fbb4fd #fdfbb4 #b4fdfb

Analogous Colors of #fbb4fd

#fbb4fd #fdb4db #d7b4fd

Monochromatic Colors of #fbb4fd

#fbb4fd

Complementary Color

#fbb4fd #b6fdb4

#fbb4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb4fd Color CSS Codes

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

#fbb4fd Text Font Color

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

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


#fbb4fd Background Color

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

This div background color is #fbb4fd


#fbb4fd Border Color

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

This div border color is #fbb4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb4fd

Related Colors


Comments

No comments written yet.

Please login to write comment.