Color Hex Logo

#fe13e4 Color Hex

#FE13E4
(254,19,228)
0 Favorites   0 Comments

Color spaces of #fe13e4

RGB 25419228
HSL0.850.990.54
HSV307°93°100°
CMYK 0.000.930.10   0.00
XYZ55.109527.138075.7324
Yxy27.13800.34880.1718
Hunter Lab52.094197.6673-49.7275
CIE-Lab59.101893.2179-47.7168

#fe13e4 color RGB value is (254,19,228).

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

The process color (four color CMYK) of #fe13e4 color hex is 0.00, 0.93, 0.10, 0.00. Web safe color of #fe13e4 is #ff00cc. Color #fe13e4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010011 11100100
Octal 376 23 344
Decimal 254 19 228
Hex FE 13 E4

RGB Percentages of Color #fe13e4

%50.70
%3.79
%45.51

CMYK Percentages of Color #fe13e4

%0
%93
%10
%0

Triadic Colors of #fe13e4

#fe13e4 #e4fe13 #13e4fe

Analogous Colors of #fe13e4

#fe13e4 #fe136f #a313fe

Monochromatic Colors of #fe13e4

#fe13e4

Complementary Color

#fe13e4 #13fe2d

#fe13e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe13e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe13e4 Color CSS Codes

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

#fe13e4 Text Font Color

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

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


#fe13e4 Background Color

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

This div background color is #fe13e4


#fe13e4 Border Color

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

This div border color is #fe13e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe13e4

Related Colors


Comments

No comments written yet.

Please login to write comment.