Color Hex Logo

#fa0edf Color Hex

#FA0EDF
(250,14,223)
0 Favorites   0 Comments

Color spaces of #fa0edf

RGB 25014223
HSL0.850.960.52
HSV307°94°98°
CMYK 0.000.940.11   0.02
XYZ52.900725.965872.0358
Yxy25.96580.35060.1721
Hunter Lab50.956696.1358-48.1467
CIE-Lab58.004692.3012-46.6773

#fa0edf color RGB value is (250,14,223).

#fa0edf hex color red value is 250, green value is 14 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fa0edf hue: 0.85 , saturation: 0.96 and the lightness value of fa0edf is 0.52.

The process color (four color CMYK) of #fa0edf color hex is 0.00, 0.94, 0.11, 0.02. Web safe color of #fa0edf is #ff00cc. Color #fa0edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001110 11011111
Octal 372 16 337
Decimal 250 14 223
Hex FA E DF

RGB Percentages of Color #fa0edf

%51.33
%2.87
%45.79

CMYK Percentages of Color #fa0edf

%0
%94
%11
%2

Triadic Colors of #fa0edf

#fa0edf #dffa0e #0edffa

Analogous Colors of #fa0edf

#fa0edf #fa0e69 #9f0efa

Monochromatic Colors of #fa0edf

#fa0edf

Complementary Color

#fa0edf #0efa29

#fa0edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0edf Color CSS Codes

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

#fa0edf Text Font Color

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

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


#fa0edf Background Color

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

This div background color is #fa0edf


#fa0edf Border Color

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

This div border color is #fa0edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0edf


Comments

No comments written yet.

Please login to write comment.