Color Hex Logo

#fe5fef Color Hex

#FE5FEF
(254,95,239)
0 Favorites   0 Comments

Color spaces of #fe5fef

RGB 25495239
HSL0.850.990.68
HSV306°63°100°
CMYK 0.000.630.06   0.00
XYZ60.545235.487285.3200
Yxy35.48720.33390.1957
Hunter Lab59.571177.1692-43.2176
CIE-Lab66.126276.2209-42.7886

#fe5fef color RGB value is (254,95,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011111 11101111
Octal 376 137 357
Decimal 254 95 239
Hex FE 5F EF

RGB Percentages of Color #fe5fef

%43.20
%16.16
%40.65

CMYK Percentages of Color #fe5fef

%0
%63
%6
%0

Triadic Colors of #fe5fef

#fe5fef #effe5f #5feffe

Analogous Colors of #fe5fef

#fe5fef #fe5fa0 #be5ffe

Monochromatic Colors of #fe5fef

#fe5fef

Complementary Color

#fe5fef #5ffe6e

#fe5fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5fef Color CSS Codes

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

#fe5fef Text Font Color

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

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


#fe5fef Background Color

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

This div background color is #fe5fef


#fe5fef Border Color

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

This div border color is #fe5fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5fef


Comments

No comments written yet.

Please login to write comment.