Color Hex Logo

#fe0de7 Color Hex

#FE0DE7
(254,13,231)
0 Favorites   0 Comments

Color spaces of #fe0de7

RGB 25413231
HSL0.850.990.52
HSV306°95°100°
CMYK 0.000.950.09   0.00
XYZ55.440827.128277.9155
Yxy27.12820.34550.1690
Hunter Lab52.084798.8533-52.2348
CIE-Lab59.092894.0907-49.4190

#fe0de7 color RGB value is (254,13,231).

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

The process color (four color CMYK) of #fe0de7 color hex is 0.00, 0.95, 0.09, 0.00. Web safe color of #fe0de7 is #ff00ff. Color #fe0de7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001101 11100111
Octal 376 15 347
Decimal 254 13 231
Hex FE D E7

RGB Percentages of Color #fe0de7

%51.00
%2.61
%46.39

CMYK Percentages of Color #fe0de7

%0
%95
%9
%0

Triadic Colors of #fe0de7

#fe0de7 #e7fe0d #0de7fe

Analogous Colors of #fe0de7

#fe0de7 #fe0d6f #9d0dfe

Monochromatic Colors of #fe0de7

#fe0de7

Complementary Color

#fe0de7 #0dfe24

#fe0de7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0de7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0de7 Color CSS Codes

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

#fe0de7 Text Font Color

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

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


#fe0de7 Background Color

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

This div background color is #fe0de7


#fe0de7 Border Color

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

This div border color is #fe0de7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0de7

Related Colors


Comments

No comments written yet.

Please login to write comment.