Color Hex Logo

#fe5bef Color Hex

#FE5BEF
(254,91,239)
0 Favorites   0 Comments

Color spaces of #fe5bef

RGB 25491239
HSL0.850.990.68
HSV306°64°100°
CMYK 0.000.640.06   0.00
XYZ60.194134.785085.2029
Yxy34.78500.33410.1931
Hunter Lab58.978878.9652-44.3673
CIE-Lab65.580977.7381-43.6444

#fe5bef color RGB value is (254,91,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011011 11101111
Octal 376 133 357
Decimal 254 91 239
Hex FE 5B EF

RGB Percentages of Color #fe5bef

%43.49
%15.58
%40.92

CMYK Percentages of Color #fe5bef

%0
%64
%6
%0

Triadic Colors of #fe5bef

#fe5bef #effe5b #5beffe

Analogous Colors of #fe5bef

#fe5bef #fe5b9e #bc5bfe

Monochromatic Colors of #fe5bef

#fe5bef

Complementary Color

#fe5bef #5bfe6a

#fe5bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5bef Color CSS Codes

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

#fe5bef Text Font Color

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

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


#fe5bef Background Color

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

This div background color is #fe5bef


#fe5bef Border Color

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

This div border color is #fe5bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5bef


Comments

No comments written yet.

Please login to write comment.