Color Hex Logo

#fa5edf Color Hex

#FA5EDF
(250,94,223)
0 Favorites   0 Comments

Color spaces of #fa5edf

RGB 25094223
HSL0.860.940.67
HSV310°62°98°
CMYK 0.000.620.11   0.02
XYZ56.746333.657173.3176
Yxy33.65710.34660.2056
Hunter Lab58.014773.0715-34.3189
CIE-Lab64.689573.2209-36.1792

#fa5edf color RGB value is (250,94,223).

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

The process color (four color CMYK) of #fa5edf color hex is 0.00, 0.62, 0.11, 0.02. Web safe color of #fa5edf is #ff66cc. Color #fa5edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011110 11011111
Octal 372 136 337
Decimal 250 94 223
Hex FA 5E DF

RGB Percentages of Color #fa5edf

%44.09
%16.58
%39.33

CMYK Percentages of Color #fa5edf

%0
%62
%11
%2

Triadic Colors of #fa5edf

#fa5edf #dffa5e #5edffa

Analogous Colors of #fa5edf

#fa5edf #fa5e91 #c75efa

Monochromatic Colors of #fa5edf

#fa5edf

Complementary Color

#fa5edf #5efa79

#fa5edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5edf Color CSS Codes

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

#fa5edf Text Font Color

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

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


#fa5edf Background Color

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

This div background color is #fa5edf


#fa5edf Border Color

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

This div border color is #fa5edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,94,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5edf


Comments

No comments written yet.

Please login to write comment.