Color Hex Logo

#fa30ad Color Hex

#FA30AD
(250,48,173)
0 Favorites   0 Comments

Color spaces of #fa30ad

RGB 25048173
HSL0.900.950.58
HSV323°81°98°
CMYK 0.000.810.31   0.02
XYZ48.024125.455041.9173
Yxy25.45500.41620.2206
Hunter Lab50.452981.6142-13.9422
CIE-Lab57.516181.3592-18.7408

#fa30ad color RGB value is (250,48,173).

#fa30ad hex color red value is 250, green value is 48 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fa30ad hue: 0.90 , saturation: 0.95 and the lightness value of fa30ad is 0.58.

The process color (four color CMYK) of #fa30ad color hex is 0.00, 0.81, 0.31, 0.02. Web safe color of #fa30ad is #ff3399. Color #fa30ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110000 10101101
Octal 372 60 255
Decimal 250 48 173
Hex FA 30 AD

RGB Percentages of Color #fa30ad

%53.08
%10.19
%36.73

CMYK Percentages of Color #fa30ad

%0
%81
%31
%2

Triadic Colors of #fa30ad

#fa30ad #adfa30 #30adfa

Analogous Colors of #fa30ad

#fa30ad #fa3048 #e230fa

Monochromatic Colors of #fa30ad

#fa30ad

Complementary Color

#fa30ad #30fa7d

#fa30ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa30ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa30ad Color CSS Codes

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

#fa30ad Text Font Color

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

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


#fa30ad Background Color

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

This div background color is #fa30ad


#fa30ad Border Color

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

This div border color is #fa30ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa30ad

Related Colors


Comments

No comments written yet.

Please login to write comment.