Color Hex Logo

#fe40ee Color Hex

#FE40EE
(254,64,238)
0 Favorites   0 Comments

Color spaces of #fe40ee

RGB 25464238
HSL0.850.990.62
HSV305°75°100°
CMYK 0.000.750.06   0.00
XYZ58.139130.910783.7910
Yxy30.91070.33640.1788
Hunter Lab55.597489.3649-50.4380
CIE-Lab62.432286.3673-48.0496

#fe40ee color RGB value is (254,64,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000000 11101110
Octal 376 100 356
Decimal 254 64 238
Hex FE 40 EE

RGB Percentages of Color #fe40ee

%45.68
%11.51
%42.81

CMYK Percentages of Color #fe40ee

%0
%75
%6
%0

Triadic Colors of #fe40ee

#fe40ee #eefe40 #40eefe

Analogous Colors of #fe40ee

#fe40ee #fe408f #af40fe

Monochromatic Colors of #fe40ee

#fe40ee

Complementary Color

#fe40ee #40fe50

#fe40ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe40ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe40ee Color CSS Codes

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

#fe40ee Text Font Color

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

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


#fe40ee Background Color

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

This div background color is #fe40ee


#fe40ee Border Color

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

This div border color is #fe40ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe40ee

Related Colors


Comments

No comments written yet.

Please login to write comment.