Color Hex Logo

#fe93ed Color Hex

#FE93ED
(254,147,237)
0 Favorites   0 Comments

Color spaces of #fe93ed

RGB 254147237
HSL0.860.980.79
HSV310°42°100°
CMYK 0.000.420.07   0.00
XYZ66.592848.052785.8860
Yxy48.05270.33210.2396
Hunter Lab69.320150.1672-24.9349
CIE-Lab74.858252.4552-28.1404

#fe93ed color RGB value is (254,147,237).

#fe93ed hex color red value is 254, green value is 147 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fe93ed hue: 0.86 , saturation: 0.98 and the lightness value of fe93ed is 0.79.

The process color (four color CMYK) of #fe93ed color hex is 0.00, 0.42, 0.07, 0.00. Web safe color of #fe93ed is #ff99ff. Color #fe93ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010011 11101101
Octal 376 223 355
Decimal 254 147 237
Hex FE 93 ED

RGB Percentages of Color #fe93ed

%39.81
%23.04
%37.15

CMYK Percentages of Color #fe93ed

%0
%42
%7
%0

Triadic Colors of #fe93ed

#fe93ed #edfe93 #93edfe

Analogous Colors of #fe93ed

#fe93ed #fe93b8 #da93fe

Monochromatic Colors of #fe93ed

#fe93ed

Complementary Color

#fe93ed #93fea4

#fe93ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe93ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe93ed Color CSS Codes

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

#fe93ed Text Font Color

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

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


#fe93ed Background Color

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

This div background color is #fe93ed


#fe93ed Border Color

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

This div border color is #fe93ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe93ed

Related Colors


Comments

No comments written yet.

Please login to write comment.