Color Hex Logo

#fe42ad Color Hex

#FE42AD
(254,66,173)
0 Favorites   0 Comments

Color spaces of #fe42ad

RGB 25466173
HSL0.910.990.63
HSV326°74°100°
CMYK 0.000.740.32   0.00
XYZ50.364127.984442.2822
Yxy27.98440.41750.2320
Hunter Lab52.900377.3667-10.3592
CIE-Lab59.874677.5588-15.0953

#fe42ad color RGB value is (254,66,173).

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

The process color (four color CMYK) of #fe42ad color hex is 0.00, 0.74, 0.32, 0.00. Web safe color of #fe42ad is #ff3399. Color #fe42ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000010 10101101
Octal 376 102 255
Decimal 254 66 173
Hex FE 42 AD

RGB Percentages of Color #fe42ad

%51.52
%13.39
%35.09

CMYK Percentages of Color #fe42ad

%0
%74
%32
%0

Triadic Colors of #fe42ad

#fe42ad #adfe42 #42adfe

Analogous Colors of #fe42ad

#fe42ad #fe424f #f142fe

Monochromatic Colors of #fe42ad

#fe42ad

Complementary Color

#fe42ad #42fe93

#fe42ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe42ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe42ad Color CSS Codes

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

#fe42ad Text Font Color

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

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


#fe42ad Background Color

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

This div background color is #fe42ad


#fe42ad Border Color

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

This div border color is #fe42ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,66,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 #fe42ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe42ad

Related Colors


Comments

No comments written yet.

Please login to write comment.