Color Hex Logo

#fe15de Color Hex

#FE15DE
(254,21,222)
0 Favorites   0 Comments

Color spaces of #fe15de

RGB 25421222
HSL0.860.990.54
HSV308°92°100°
CMYK 0.000.920.13   0.00
XYZ54.326026.881171.4325
Yxy26.88110.35590.1761
Hunter Lab51.847096.3026-45.3943
CIE-Lab58.864192.2573-44.7075

#fe15de color RGB value is (254,21,222).

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

The process color (four color CMYK) of #fe15de color hex is 0.00, 0.92, 0.13, 0.00. Web safe color of #fe15de is #ff00cc. Color #fe15de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010101 11011110
Octal 376 25 336
Decimal 254 21 222
Hex FE 15 DE

RGB Percentages of Color #fe15de

%51.11
%4.23
%44.67

CMYK Percentages of Color #fe15de

%0
%92
%13
%0

Triadic Colors of #fe15de

#fe15de #defe15 #15defe

Analogous Colors of #fe15de

#fe15de #fe156a #aa15fe

Monochromatic Colors of #fe15de

#fe15de

Complementary Color

#fe15de #15fe35

#fe15de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe15de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe15de Color CSS Codes

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

#fe15de Text Font Color

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

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


#fe15de Background Color

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

This div background color is #fe15de


#fe15de Border Color

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

This div border color is #fe15de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe15de

Related Colors


Comments

No comments written yet.

Please login to write comment.