Color Hex Logo

#fb5eeb Color Hex

#FB5EEB
(251,94,235)
0 Favorites   0 Comments

Color spaces of #fb5eeb

RGB 25194235
HSL0.850.950.68
HSV306°63°98°
CMYK 0.000.630.06   0.02
XYZ58.781834.512882.1608
Yxy34.51280.33500.1967
Hunter Lab58.747675.7956-41.7961
CIE-Lab65.367675.2730-41.7922

#fb5eeb color RGB value is (251,94,235).

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

The process color (four color CMYK) of #fb5eeb color hex is 0.00, 0.63, 0.06, 0.02. Web safe color of #fb5eeb is #ff66ff. Color #fb5eeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011110 11101011
Octal 373 136 353
Decimal 251 94 235
Hex FB 5E EB

RGB Percentages of Color #fb5eeb

%43.28
%16.21
%40.52

CMYK Percentages of Color #fb5eeb

%0
%63
%6
%2

Triadic Colors of #fb5eeb

#fb5eeb #ebfb5e #5eebfb

Analogous Colors of #fb5eeb

#fb5eeb #fb5e9d #bd5efb

Monochromatic Colors of #fb5eeb

#fb5eeb

Complementary Color

#fb5eeb #5efb6e

#fb5eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5eeb Color CSS Codes

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

#fb5eeb Text Font Color

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

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


#fb5eeb Background Color

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

This div background color is #fb5eeb


#fb5eeb Border Color

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

This div border color is #fb5eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5eeb


Comments

No comments written yet.

Please login to write comment.