Color Hex Logo

#fa36ad Color Hex

#FA36AD
(250,54,173)
0 Favorites   0 Comments

Color spaces of #fa36ad

RGB 25054173
HSL0.900.950.60
HSV324°78°98°
CMYK 0.000.780.31   0.02
XYZ48.286325.979542.0047
Yxy25.97950.41530.2234
Hunter Lab50.970179.9036-13.1821
CIE-Lab58.017679.9210-17.9772

#fa36ad color RGB value is (250,54,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110110 10101101
Octal 372 66 255
Decimal 250 54 173
Hex FA 36 AD

RGB Percentages of Color #fa36ad

%52.41
%11.32
%36.27

CMYK Percentages of Color #fa36ad

%0
%78
%31
%2

Triadic Colors of #fa36ad

#fa36ad #adfa36 #36adfa

Analogous Colors of #fa36ad

#fa36ad #fa364b #e536fa

Monochromatic Colors of #fa36ad

#fa36ad

Complementary Color

#fa36ad #36fa83

#fa36ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa36ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa36ad Color CSS Codes

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

#fa36ad Text Font Color

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

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


#fa36ad Background Color

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

This div background color is #fa36ad


#fa36ad Border Color

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

This div border color is #fa36ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa36ad


Comments

No comments written yet.

Please login to write comment.