Color Hex Logo

#fa32ab Color Hex

#FA32AB
(250,50,171)
0 Favorites   0 Comments

Color spaces of #fa32ab

RGB 25050171
HSL0.900.950.59
HSV324°80°98°
CMYK 0.000.800.32   0.02
XYZ47.915625.545540.9334
Yxy25.54550.41890.2233
Hunter Lab50.542680.7730-12.6380
CIE-Lab57.603180.6839-17.4434

#fa32ab color RGB value is (250,50,171).

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

The process color (four color CMYK) of #fa32ab color hex is 0.00, 0.80, 0.32, 0.02. Web safe color of #fa32ab is #ff3399. Color #fa32ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110010 10101011
Octal 372 62 253
Decimal 250 50 171
Hex FA 32 AB

RGB Percentages of Color #fa32ab

%53.08
%10.62
%36.31

CMYK Percentages of Color #fa32ab

%0
%80
%32
%2

Triadic Colors of #fa32ab

#fa32ab #abfa32 #32abfa

Analogous Colors of #fa32ab

#fa32ab #fa3247 #e532fa

Monochromatic Colors of #fa32ab

#fa32ab

Complementary Color

#fa32ab #32fa81

#fa32ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa32ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa32ab Color CSS Codes

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

#fa32ab Text Font Color

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

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


#fa32ab Background Color

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

This div background color is #fa32ab


#fa32ab Border Color

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

This div border color is #fa32ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa32ab


Comments

No comments written yet.

Please login to write comment.