Color Hex Logo

#fa0eed Color Hex

#FA0EED
(250,14,237)
0 Favorites   0 Comments

Color spaces of #fa0eed

RGB 25014237
HSL0.840.960.52
HSV303°94°98°
CMYK 0.000.940.05   0.02
XYZ54.867426.752582.3927
Yxy26.75250.33450.1631
Hunter Lab51.722898.8373-58.2410
CIE-Lab58.744594.1466-53.3824

#fa0eed color RGB value is (250,14,237).

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

The process color (four color CMYK) of #fa0eed color hex is 0.00, 0.94, 0.05, 0.02. Web safe color of #fa0eed is #ff00ff. Color #fa0eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001110 11101101
Octal 372 16 355
Decimal 250 14 237
Hex FA E ED

RGB Percentages of Color #fa0eed

%49.90
%2.79
%47.31

CMYK Percentages of Color #fa0eed

%0
%94
%5
%2

Triadic Colors of #fa0eed

#fa0eed #edfa0e #0eedfa

Analogous Colors of #fa0eed

#fa0eed #fa0e77 #910efa

Monochromatic Colors of #fa0eed

#fa0eed

Complementary Color

#fa0eed #0efa1b

#fa0eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0eed Color CSS Codes

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

#fa0eed Text Font Color

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

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


#fa0eed Background Color

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

This div background color is #fa0eed


#fa0eed Border Color

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

This div border color is #fa0eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0eed


Comments

No comments written yet.

Please login to write comment.