Color Hex Logo

#fb5fef Color Hex

#FB5FEF
(251,95,239)
0 Favorites   0 Comments

Color spaces of #fb5fef

RGB 25195239
HSL0.850.950.68
HSV305°62°98°
CMYK 0.000.620.05   0.02
XYZ59.455934.925685.2690
Yxy34.92560.33100.1944
Hunter Lab59.097976.1601-44.1777
CIE-Lab65.690775.5025-43.5028

#fb5fef color RGB value is (251,95,239).

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

The process color (four color CMYK) of #fb5fef color hex is 0.00, 0.62, 0.05, 0.02. Web safe color of #fb5fef is #ff66ff. Color #fb5fef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011111 11101111
Octal 373 137 357
Decimal 251 95 239
Hex FB 5F EF

RGB Percentages of Color #fb5fef

%42.91
%16.24
%40.85

CMYK Percentages of Color #fb5fef

%0
%62
%5
%2

Triadic Colors of #fb5fef

#fb5fef #effb5f #5feffb

Analogous Colors of #fb5fef

#fb5fef #fb5fa1 #b95ffb

Monochromatic Colors of #fb5fef

#fb5fef

Complementary Color

#fb5fef #5ffb6b

#fb5fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5fef Color CSS Codes

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

#fb5fef Text Font Color

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

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


#fb5fef Background Color

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

This div background color is #fb5fef


#fb5fef Border Color

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

This div border color is #fb5fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5fef


Comments

No comments written yet.

Please login to write comment.