Color Hex Logo

#fa58ab Color Hex

#FA58AB
(250,88,171)
0 Favorites   0 Comments

Color spaces of #fa58ab

RGB 25088171
HSL0.910.940.66
HSV329°65°98°
CMYK 0.000.650.32   0.02
XYZ50.264830.243741.7165
Yxy30.24370.41120.2474
Hunter Lab54.994366.9091-6.4791
CIE-Lab61.863968.7182-11.0118

#fa58ab color RGB value is (250,88,171).

#fa58ab hex color red value is 250, green value is 88 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fa58ab hue: 0.91 , saturation: 0.94 and the lightness value of fa58ab is 0.66.

The process color (four color CMYK) of #fa58ab color hex is 0.00, 0.65, 0.32, 0.02. Web safe color of #fa58ab is #ff6699. Color #fa58ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011000 10101011
Octal 372 130 253
Decimal 250 88 171
Hex FA 58 AB

RGB Percentages of Color #fa58ab

%49.12
%17.29
%33.60

CMYK Percentages of Color #fa58ab

%0
%65
%32
%2

Triadic Colors of #fa58ab

#fa58ab #abfa58 #58abfa

Analogous Colors of #fa58ab

#fa58ab #fa585a #f858fa

Monochromatic Colors of #fa58ab

#fa58ab

Complementary Color

#fa58ab #58faa7

#fa58ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa58ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa58ab Color CSS Codes

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

#fa58ab Text Font Color

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

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


#fa58ab Background Color

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

This div background color is #fa58ab


#fa58ab Border Color

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

This div border color is #fa58ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa58ab


Comments

No comments written yet.

Please login to write comment.