Color Hex Logo

#fe17ad Color Hex

#FE17AD
(254,23,173)
0 Favorites   0 Comments

Color spaces of #fe17ad

RGB 25423173
HSL0.890.990.54
HSV321°91°100°
CMYK 0.000.910.32   0.00
XYZ48.722324.700841.7349
Yxy24.70080.42310.2145
Hunter Lab49.699988.0141-14.9981
CIE-Lab56.782786.4408-19.7939

#fe17ad color RGB value is (254,23,173).

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

The process color (four color CMYK) of #fe17ad color hex is 0.00, 0.91, 0.32, 0.00. Web safe color of #fe17ad is #ff0099. Color #fe17ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010111 10101101
Octal 376 27 255
Decimal 254 23 173
Hex FE 17 AD

RGB Percentages of Color #fe17ad

%56.44
%5.11
%38.44

CMYK Percentages of Color #fe17ad

%0
%91
%32
%0

Triadic Colors of #fe17ad

#fe17ad #adfe17 #17adfe

Analogous Colors of #fe17ad

#fe17ad #fe1739 #dc17fe

Monochromatic Colors of #fe17ad

#fe17ad

Complementary Color

#fe17ad #17fe68

#fe17ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe17ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe17ad Color CSS Codes

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

#fe17ad Text Font Color

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

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


#fe17ad Background Color

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

This div background color is #fe17ad


#fe17ad Border Color

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

This div border color is #fe17ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe17ad

Related Colors


Comments

No comments written yet.

Please login to write comment.