Color Hex Logo

#fe5dea Color Hex

#FE5DEA
(254,93,234)
0 Favorites   0 Comments

Color spaces of #fe5dea

RGB 25493234
HSL0.850.990.68
HSV307°63°100°
CMYK 0.000.630.08   0.00
XYZ59.638734.840081.4234
Yxy34.84000.33900.1981
Hunter Lab59.025477.0602-40.4706
CIE-Lab65.623976.2282-40.8039

#fe5dea color RGB value is (254,93,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011101 11101010
Octal 376 135 352
Decimal 254 93 234
Hex FE 5D EA

RGB Percentages of Color #fe5dea

%43.72
%16.01
%40.28

CMYK Percentages of Color #fe5dea

%0
%63
%8
%0

Triadic Colors of #fe5dea

#fe5dea #eafe5d #5deafe

Analogous Colors of #fe5dea

#fe5dea #fe5d9a #c25dfe

Monochromatic Colors of #fe5dea

#fe5dea

Complementary Color

#fe5dea #5dfe71

#fe5dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5dea Color CSS Codes

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

#fe5dea Text Font Color

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

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


#fe5dea Background Color

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

This div background color is #fe5dea


#fe5dea Border Color

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

This div border color is #fe5dea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,93,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5dea


Comments

No comments written yet.

Please login to write comment.