Color Hex Logo

#fa879e Color Hex

#FA879E
(250,135,158)
0 Favorites   0 Comments

Color spaces of #fa879e

RGB 250135158
HSL0.970.920.75
HSV348°46°98°
CMYK 0.000.460.37   0.02
XYZ54.259940.120637.2320
Yxy40.12060.41230.3048
Hunter Lab63.340842.06279.4877
CIE-Lab69.555346.00617.6529

#fa879e color RGB value is (250,135,158).

#fa879e hex color red value is 250, green value is 135 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fa879e hue: 0.97 , saturation: 0.92 and the lightness value of fa879e is 0.75.

The process color (four color CMYK) of #fa879e color hex is 0.00, 0.46, 0.37, 0.02. Web safe color of #fa879e is #ff9999. Color #fa879e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000111 10011110
Octal 372 207 236
Decimal 250 135 158
Hex FA 87 9E

RGB Percentages of Color #fa879e

%46.04
%24.86
%29.10

CMYK Percentages of Color #fa879e

%0
%46
%37
%2

Triadic Colors of #fa879e

#fa879e #9efa87 #879efa

Analogous Colors of #fa879e

#fa879e #faaa87 #fa87d8

Monochromatic Colors of #fa879e

#fa879e

Complementary Color

#fa879e #87fae3

#fa879e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa879e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa879e Color CSS Codes

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

#fa879e Text Font Color

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

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


#fa879e Background Color

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

This div background color is #fa879e


#fa879e Border Color

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

This div border color is #fa879e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa879e


Comments

No comments written yet.

Please login to write comment.