Color Hex Logo

#fa586e Color Hex

#FA586E
(250,88,110)
0 Favorites   0 Comments

Color spaces of #fa586e

RGB 25088110
HSL0.980.940.66
HSV352°65°98°
CMYK 0.000.650.56   0.02
XYZ45.728528.429217.8291
Yxy28.42920.49710.3091
Hunter Lab53.319059.780317.4976
CIE-Lab60.274563.020022.0904

#fa586e color RGB value is (250,88,110).

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

The process color (four color CMYK) of #fa586e color hex is 0.00, 0.65, 0.56, 0.02. Web safe color of #fa586e is #ff6666. Color #fa586e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011000 01101110
Octal 372 130 156
Decimal 250 88 110
Hex FA 58 6E

RGB Percentages of Color #fa586e

%55.80
%19.64
%24.55

CMYK Percentages of Color #fa586e

%0
%65
%56
%2

Triadic Colors of #fa586e

#fa586e #6efa58 #586efa

Analogous Colors of #fa586e

#fa586e #fa9358 #fa58bf

Monochromatic Colors of #fa586e

#fa586e

Complementary Color

#fa586e #58fae4

#fa586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa586e Color CSS Codes

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

#fa586e Text Font Color

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

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


#fa586e Background Color

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

This div background color is #fa586e


#fa586e Border Color

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

This div border color is #fa586e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa586e


Comments

No comments written yet.

Please login to write comment.