Color Hex Logo

#fa0add Color Hex

#FA0ADD
(250,10,221)
0 Favorites   0 Comments

Color spaces of #fa0add

RGB 25010221
HSL0.850.960.51
HSV307°96°98°
CMYK 0.000.960.12   0.02
XYZ52.584025.761570.6076
Yxy25.76150.35300.1730
Hunter Lab50.755896.1069-46.9507
CIE-Lab57.810092.3176-45.8534

#fa0add color RGB value is (250,10,221).

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

The process color (four color CMYK) of #fa0add color hex is 0.00, 0.96, 0.12, 0.02. Web safe color of #fa0add is #ff00cc. Color #fa0add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001010 11011101
Octal 372 12 335
Decimal 250 10 221
Hex FA A DD

RGB Percentages of Color #fa0add

%51.98
%2.08
%45.95

CMYK Percentages of Color #fa0add

%0
%96
%12
%2

Triadic Colors of #fa0add

#fa0add #ddfa0a #0addfa

Analogous Colors of #fa0add

#fa0add #fa0a65 #9f0afa

Monochromatic Colors of #fa0add

#fa0add

Complementary Color

#fa0add #0afa27

#fa0add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0add Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0add Color CSS Codes

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

#fa0add Text Font Color

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

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


#fa0add Background Color

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

This div background color is #fa0add


#fa0add Border Color

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

This div border color is #fa0add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0add


Comments

No comments written yet.

Please login to write comment.