Color Hex Logo

#fe13fc Color Hex

#FE13FC
(254,19,252)
0 Favorites   0 Comments

Color spaces of #fe13fc

RGB 25419252
HSL0.830.990.54
HSV301°93°100°
CMYK 0.000.930.01   0.00
XYZ58.676628.564994.5164
Yxy28.56490.32280.1572
Hunter Lab53.4461102.4380-67.4386
CIE-Lab60.395796.4492-59.0689

#fe13fc color RGB value is (254,19,252).

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

The process color (four color CMYK) of #fe13fc color hex is 0.00, 0.93, 0.01, 0.00. Web safe color of #fe13fc is #ff00ff. Color #fe13fc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010011 11111100
Octal 376 23 374
Decimal 254 19 252
Hex FE 13 FC

RGB Percentages of Color #fe13fc

%48.38
%3.62
%48.00

CMYK Percentages of Color #fe13fc

%0
%93
%1
%0

Triadic Colors of #fe13fc

#fe13fc #fcfe13 #13fcfe

Analogous Colors of #fe13fc

#fe13fc #fe1387 #8b13fe

Monochromatic Colors of #fe13fc

#fe13fc

Complementary Color

#fe13fc #13fe15

#fe13fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe13fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe13fc Color CSS Codes

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

#fe13fc Text Font Color

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

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


#fe13fc Background Color

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

This div background color is #fe13fc


#fe13fc Border Color

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

This div border color is #fe13fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe13fc

Related Colors


Comments

No comments written yet.

Please login to write comment.