Color Hex Logo

#fe2dee Color Hex

#FE2DEE
(254,45,238)
0 Favorites   0 Comments

Color spaces of #fe2dee

RGB 25445238
HSL0.850.990.59
HSV305°82°100°
CMYK 0.000.820.06   0.00
XYZ57.244129.120683.4927
Yxy29.12060.33700.1714
Hunter Lab53.963594.9154-53.9594
CIE-Lab60.887990.8344-50.4944

#fe2dee color RGB value is (254,45,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101101 11101110
Octal 376 55 356
Decimal 254 45 238
Hex FE 2D EE

RGB Percentages of Color #fe2dee

%47.30
%8.38
%44.32

CMYK Percentages of Color #fe2dee

%0
%82
%6
%0

Triadic Colors of #fe2dee

#fe2dee #eefe2d #2deefe

Analogous Colors of #fe2dee

#fe2dee #fe2d86 #a62dfe

Monochromatic Colors of #fe2dee

#fe2dee

Complementary Color

#fe2dee #2dfe3d

#fe2dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2dee Color CSS Codes

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

#fe2dee Text Font Color

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

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


#fe2dee Background Color

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

This div background color is #fe2dee


#fe2dee Border Color

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

This div border color is #fe2dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2dee


Comments

No comments written yet.

Please login to write comment.