Color Hex Logo

#fe3edd Color Hex

#FE3EDD
(254,62,221)
0 Favorites   0 Comments

Color spaces of #fe3edd

RGB 25462221
HSL0.860.990.62
HSV310°76°100°
CMYK 0.000.760.13   0.00
XYZ55.646829.736571.2134
Yxy29.73650.35540.1899
Hunter Lab54.531286.7222-39.2562
CIE-Lab61.426284.5498-40.1122

#fe3edd color RGB value is (254,62,221).

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

The process color (four color CMYK) of #fe3edd color hex is 0.00, 0.76, 0.13, 0.00. Web safe color of #fe3edd is #ff33cc. Color #fe3edd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111110 11011101
Octal 376 76 335
Decimal 254 62 221
Hex FE 3E DD

RGB Percentages of Color #fe3edd

%47.30
%11.55
%41.15

CMYK Percentages of Color #fe3edd

%0
%76
%13
%0

Triadic Colors of #fe3edd

#fe3edd #ddfe3e #3eddfe

Analogous Colors of #fe3edd

#fe3edd #fe3e7d #bf3efe

Monochromatic Colors of #fe3edd

#fe3edd

Complementary Color

#fe3edd #3efe5f

#fe3edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3edd Color CSS Codes

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

#fe3edd Text Font Color

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

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


#fe3edd Background Color

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

This div background color is #fe3edd


#fe3edd Border Color

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

This div border color is #fe3edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3edd

Related Colors


Comments

No comments written yet.

Please login to write comment.