Color Hex Logo

#fe2eee Color Hex

#FE2EEE
(254,46,238)
0 Favorites   0 Comments

Color spaces of #fe2eee

RGB 25446238
HSL0.850.990.59
HSV305°82°100°
CMYK 0.000.820.06   0.00
XYZ57.282729.197983.5055
Yxy29.19790.33700.1718
Hunter Lab54.035194.6668-53.8019
CIE-Lab60.955990.6363-50.3865

#fe2eee color RGB value is (254,46,238).

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

The process color (four color CMYK) of #fe2eee color hex is 0.00, 0.82, 0.06, 0.00. Web safe color of #fe2eee is #ff33ff. Color #fe2eee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101110 11101110
Octal 376 56 356
Decimal 254 46 238
Hex FE 2E EE

RGB Percentages of Color #fe2eee

%47.21
%8.55
%44.24

CMYK Percentages of Color #fe2eee

%0
%82
%6
%0

Triadic Colors of #fe2eee

#fe2eee #eefe2e #2eeefe

Analogous Colors of #fe2eee

#fe2eee #fe2e86 #a62efe

Monochromatic Colors of #fe2eee

#fe2eee

Complementary Color

#fe2eee #2efe3e

#fe2eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2eee Color CSS Codes

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

#fe2eee Text Font Color

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

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


#fe2eee Background Color

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

This div background color is #fe2eee


#fe2eee Border Color

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

This div border color is #fe2eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2eee

Related Colors


Comments

No comments written yet.

Please login to write comment.