Color Hex Logo

#fa0ea8 Color Hex

#FA0EA8
(250,14,168)
0 Favorites   0 Comments

Color spaces of #fa0ea8

RGB 25014168
HSL0.890.960.52
HSV321°94°98°
CMYK 0.000.940.33   0.02
XYZ46.649323.465239.1163
Yxy23.46520.42710.2148
Hunter Lab48.440987.1266-13.9684
CIE-Lab55.548386.0039-18.8178

#fa0ea8 color RGB value is (250,14,168).

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

The process color (four color CMYK) of #fa0ea8 color hex is 0.00, 0.94, 0.33, 0.02. Web safe color of #fa0ea8 is #ff0099. Color #fa0ea8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001110 10101000
Octal 372 16 250
Decimal 250 14 168
Hex FA E A8

RGB Percentages of Color #fa0ea8

%57.87
%3.24
%38.89

CMYK Percentages of Color #fa0ea8

%0
%94
%33
%2

Triadic Colors of #fa0ea8

#fa0ea8 #a8fa0e #0ea8fa

Analogous Colors of #fa0ea8

#fa0ea8 #fa0e32 #d60efa

Monochromatic Colors of #fa0ea8

#fa0ea8

Complementary Color

#fa0ea8 #0efa60

#fa0ea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0ea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0ea8 Color CSS Codes

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

#fa0ea8 Text Font Color

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

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


#fa0ea8 Background Color

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

This div background color is #fa0ea8


#fa0ea8 Border Color

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

This div border color is #fa0ea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0ea8

Related Colors


Comments

No comments written yet.

Please login to write comment.