Color Hex Logo

#fb5edb Color Hex

#FB5EDB
(251,94,219)
0 Favorites   0 Comments

Color spaces of #fb5edb

RGB 25194219
HSL0.870.950.68
HSV312°63°98°
CMYK 0.000.630.13   0.02
XYZ56.572533.629170.5272
Yxy33.62910.35200.2092
Hunter Lab57.990672.6514-31.5141
CIE-Lab64.667172.8871-33.9651

#fb5edb color RGB value is (251,94,219).

#fb5edb hex color red value is 251, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fb5edb hue: 0.87 , saturation: 0.95 and the lightness value of fb5edb is 0.68.

The process color (four color CMYK) of #fb5edb color hex is 0.00, 0.63, 0.13, 0.02. Web safe color of #fb5edb is #ff66cc. Color #fb5edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011110 11011011
Octal 373 136 333
Decimal 251 94 219
Hex FB 5E DB

RGB Percentages of Color #fb5edb

%44.50
%16.67
%38.83

CMYK Percentages of Color #fb5edb

%0
%63
%13
%2

Triadic Colors of #fb5edb

#fb5edb #dbfb5e #5edbfb

Analogous Colors of #fb5edb

#fb5edb #fb5e8d #cd5efb

Monochromatic Colors of #fb5edb

#fb5edb

Complementary Color

#fb5edb #5efb7e

#fb5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5edb Color CSS Codes

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

#fb5edb Text Font Color

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

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


#fb5edb Background Color

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

This div background color is #fb5edb


#fb5edb Border Color

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

This div border color is #fb5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5edb


Comments

No comments written yet.

Please login to write comment.