Color Hex Logo

#fe15c0 Color Hex

#FE15C0
(254,21,192)
0 Favorites   0 Comments

Color spaces of #fe15c0

RGB 25421192
HSL0.880.990.54
HSV316°92°100°
CMYK 0.000.920.24   0.00
XYZ50.655625.412952.1045
Yxy25.41290.39520.1983
Hunter Lab50.411291.1457-25.9937
CIE-Lab57.475588.6789-29.7535

#fe15c0 color RGB value is (254,21,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010101 11000000
Octal 376 25 300
Decimal 254 21 192
Hex FE 15 C0

RGB Percentages of Color #fe15c0

%54.39
%4.50
%41.11

CMYK Percentages of Color #fe15c0

%0
%92
%24
%0

Triadic Colors of #fe15c0

#fe15c0 #c0fe15 #15c0fe

Analogous Colors of #fe15c0

#fe15c0 #fe154b #c815fe

Monochromatic Colors of #fe15c0

#fe15c0

Complementary Color

#fe15c0 #15fe53

#fe15c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe15c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe15c0 Color CSS Codes

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

#fe15c0 Text Font Color

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

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


#fe15c0 Background Color

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

This div background color is #fe15c0


#fe15c0 Border Color

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

This div border color is #fe15c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe15c0


Comments

No comments written yet.

Please login to write comment.