Color Hex Logo

#fe45ae Color Hex

#FE45AE
(254,69,174)
0 Favorites   0 Comments

Color spaces of #fe45ae

RGB 25469174
HSL0.910.990.63
HSV326°73°100°
CMYK 0.000.730.31   0.00
XYZ50.641228.383142.8538
Yxy28.38310.41550.2329
Hunter Lab53.275876.4402-10.3984
CIE-Lab60.233376.7536-15.1315

#fe45ae color RGB value is (254,69,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000101 10101110
Octal 376 105 256
Decimal 254 69 174
Hex FE 45 AE

RGB Percentages of Color #fe45ae

%51.11
%13.88
%35.01

CMYK Percentages of Color #fe45ae

%0
%73
%31
%0

Triadic Colors of #fe45ae

#fe45ae #aefe45 #45aefe

Analogous Colors of #fe45ae

#fe45ae #fe4551 #f245fe

Monochromatic Colors of #fe45ae

#fe45ae

Complementary Color

#fe45ae #45fe95

#fe45ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe45ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe45ae Color CSS Codes

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

#fe45ae Text Font Color

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

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


#fe45ae Background Color

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

This div background color is #fe45ae


#fe45ae Border Color

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

This div border color is #fe45ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe45ae


Comments

No comments written yet.

Please login to write comment.