Color Hex Logo

#fe17fa Color Hex

#FE17FA
(254,23,250)
0 Favorites   0 Comments

Color spaces of #fe17fa

RGB 25423250
HSL0.840.990.54
HSV301°91°100°
CMYK 0.000.910.02   0.00
XYZ58.434828.585892.8802
Yxy28.58580.32480.1589
Hunter Lab53.4657101.5249-65.5722
CIE-Lab60.414395.7833-57.9295

#fe17fa color RGB value is (254,23,250).

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

The process color (four color CMYK) of #fe17fa color hex is 0.00, 0.91, 0.02, 0.00. Web safe color of #fe17fa is #ff00ff. Color #fe17fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010111 11111010
Octal 376 27 372
Decimal 254 23 250
Hex FE 17 FA

RGB Percentages of Color #fe17fa

%48.20
%4.36
%47.44

CMYK Percentages of Color #fe17fa

%0
%91
%2
%0

Triadic Colors of #fe17fa

#fe17fa #fafe17 #17fafe

Analogous Colors of #fe17fa

#fe17fa #fe1787 #8f17fe

Monochromatic Colors of #fe17fa

#fe17fa

Complementary Color

#fe17fa #17fe1b

#fe17fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe17fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe17fa Color CSS Codes

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

#fe17fa Text Font Color

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

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


#fe17fa Background Color

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

This div background color is #fe17fa


#fe17fa Border Color

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

This div border color is #fe17fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe17fa

Related Colors


Comments

No comments written yet.

Please login to write comment.