Color Hex Logo

#fa5eaf Color Hex

#FA5EAF
(250,94,175)
0 Favorites   0 Comments

Color spaces of #fa5eaf

RGB 25094175
HSL0.910.940.67
HSV329°62°98°
CMYK 0.000.620.30   0.02
XYZ51.164931.424543.9263
Yxy31.42450.40440.2484
Hunter Lab56.057664.8199-7.2189
CIE-Lab62.864466.8053-11.8078

#fa5eaf color RGB value is (250,94,175).

#fa5eaf hex color red value is 250, green value is 94 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fa5eaf hue: 0.91 , saturation: 0.94 and the lightness value of fa5eaf is 0.67.

The process color (four color CMYK) of #fa5eaf color hex is 0.00, 0.62, 0.30, 0.02. Web safe color of #fa5eaf is #ff6699. Color #fa5eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011110 10101111
Octal 372 136 257
Decimal 250 94 175
Hex FA 5E AF

RGB Percentages of Color #fa5eaf

%48.17
%18.11
%33.72

CMYK Percentages of Color #fa5eaf

%0
%62
%30
%2

Triadic Colors of #fa5eaf

#fa5eaf #affa5e #5eaffa

Analogous Colors of #fa5eaf

#fa5eaf #fa5e61 #f75efa

Monochromatic Colors of #fa5eaf

#fa5eaf

Complementary Color

#fa5eaf #5efaa9

#fa5eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5eaf Color CSS Codes

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

#fa5eaf Text Font Color

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

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


#fa5eaf Background Color

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

This div background color is #fa5eaf


#fa5eaf Border Color

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

This div border color is #fa5eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5eaf


Comments

No comments written yet.

Please login to write comment.