Color Hex Logo

#fa589b Color Hex

#FA589B
(250,88,155)
0 Favorites   0 Comments

Color spaces of #fa589b

RGB 25088155
HSL0.930.940.66
HSV335°65°98°
CMYK 0.000.650.38   0.02
XYZ48.830529.670034.1636
Yxy29.67000.43340.2633
Hunter Lab54.470264.69580.9425
CIE-Lab61.368466.9708-2.5098

#fa589b color RGB value is (250,88,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011000 10011011
Octal 372 130 233
Decimal 250 88 155
Hex FA 58 9B

RGB Percentages of Color #fa589b

%50.71
%17.85
%31.44

CMYK Percentages of Color #fa589b

%0
%65
%38
%2

Triadic Colors of #fa589b

#fa589b #9bfa58 #589bfa

Analogous Colors of #fa589b

#fa589b #fa6658 #fa58ec

Monochromatic Colors of #fa589b

#fa589b

Complementary Color

#fa589b #58fab7

#fa589b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa589b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa589b Color CSS Codes

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

#fa589b Text Font Color

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

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


#fa589b Background Color

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

This div background color is #fa589b


#fa589b Border Color

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

This div border color is #fa589b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa589b


Comments

No comments written yet.

Please login to write comment.