Color Hex Logo

#fa878e Color Hex

#FA878E
(250,135,142)
0 Favorites   0 Comments

Color spaces of #fa878e

RGB 250135142
HSL0.990.920.75
HSV356°46°98°
CMYK 0.000.460.43   0.02
XYZ52.970839.604930.4438
Yxy39.60490.43060.3219
Hunter Lab62.932440.113315.3709
CIE-Lab69.187244.281816.0940

#fa878e color RGB value is (250,135,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000111 10001110
Octal 372 207 216
Decimal 250 135 142
Hex FA 87 8E

RGB Percentages of Color #fa878e

%47.44
%25.62
%26.94

CMYK Percentages of Color #fa878e

%0
%46
%43
%2

Triadic Colors of #fa878e

#fa878e #8efa87 #878efa

Analogous Colors of #fa878e

#fa878e #faba87 #fa87c8

Monochromatic Colors of #fa878e

#fa878e

Complementary Color

#fa878e #87faf3

#fa878e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa878e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa878e Color CSS Codes

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

#fa878e Text Font Color

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

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


#fa878e Background Color

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

This div background color is #fa878e


#fa878e Border Color

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

This div border color is #fa878e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa878e


Comments

No comments written yet.

Please login to write comment.