Color Hex Logo

#fe41ae Color Hex

#FE41AE
(254,65,174)
0 Favorites   0 Comments

Color spaces of #fe41ae

RGB 25465174
HSL0.900.990.63
HSV325°74°100°
CMYK 0.000.740.31   0.00
XYZ50.403327.907442.7745
Yxy27.90740.41630.2305
Hunter Lab52.827577.8609-11.0280
CIE-Lab59.805077.9640-15.7795

#fe41ae color RGB value is (254,65,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000001 10101110
Octal 376 101 256
Decimal 254 65 174
Hex FE 41 AE

RGB Percentages of Color #fe41ae

%51.52
%13.18
%35.29

CMYK Percentages of Color #fe41ae

%0
%74
%31
%0

Triadic Colors of #fe41ae

#fe41ae #aefe41 #41aefe

Analogous Colors of #fe41ae

#fe41ae #fe414f #f041fe

Monochromatic Colors of #fe41ae

#fe41ae

Complementary Color

#fe41ae #41fe91

#fe41ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe41ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe41ae Color CSS Codes

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

#fe41ae Text Font Color

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

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


#fe41ae Background Color

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

This div background color is #fe41ae


#fe41ae Border Color

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

This div border color is #fe41ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe41ae


Comments

No comments written yet.

Please login to write comment.