Color Hex Logo

#fe73af Color Hex

#FE73AF
(254,115,175)
0 Favorites   0 Comments

Color spaces of #fe73af

RGB 254115175
HSL0.930.990.72
HSV334°55°100°
CMYK 0.000.550.31   0.00
XYZ54.741636.427444.7034
Yxy36.42740.40290.2681
Hunter Lab60.355156.2766-1.6659
CIE-Lab66.845258.9115-5.8107

#fe73af color RGB value is (254,115,175).

#fe73af hex color red value is 254, green value is 115 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fe73af hue: 0.93 , saturation: 0.99 and the lightness value of fe73af is 0.72.

The process color (four color CMYK) of #fe73af color hex is 0.00, 0.55, 0.31, 0.00. Web safe color of #fe73af is #ff6699. Color #fe73af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110011 10101111
Octal 376 163 257
Decimal 254 115 175
Hex FE 73 AF

RGB Percentages of Color #fe73af

%46.69
%21.14
%32.17

CMYK Percentages of Color #fe73af

%0
%55
%31
%0

Triadic Colors of #fe73af

#fe73af #affe73 #73affe

Analogous Colors of #fe73af

#fe73af #fe7d73 #fe73f5

Monochromatic Colors of #fe73af

#fe73af

Complementary Color

#fe73af #73fec2

#fe73af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe73af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe73af Color CSS Codes

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

#fe73af Text Font Color

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

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


#fe73af Background Color

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

This div background color is #fe73af


#fe73af Border Color

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

This div border color is #fe73af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe73af


Comments

No comments written yet.

Please login to write comment.