Color Hex Logo

#fa878c Color Hex

#FA878C
(250,135,140)
0 Favorites   0 Comments

Color spaces of #fa878c

RGB 250135140
HSL0.990.920.75
HSV357°46°98°
CMYK 0.000.460.44   0.02
XYZ52.821939.545429.6599
Yxy39.54540.43290.3241
Hunter Lab62.885139.886416.0553
CIE-Lab69.144544.079917.1527

#fa878c color RGB value is (250,135,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000111 10001100
Octal 372 207 214
Decimal 250 135 140
Hex FA 87 8C

RGB Percentages of Color #fa878c

%47.62
%25.71
%26.67

CMYK Percentages of Color #fa878c

%0
%46
%44
%2

Triadic Colors of #fa878c

#fa878c #8cfa87 #878cfa

Analogous Colors of #fa878c

#fa878c #fabc87 #fa87c6

Monochromatic Colors of #fa878c

#fa878c

Complementary Color

#fa878c #87faf5

#fa878c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa878c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa878c Color CSS Codes

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

#fa878c Text Font Color

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

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


#fa878c Background Color

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

This div background color is #fa878c


#fa878c Border Color

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

This div border color is #fa878c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa878c

Related Colors


Comments

No comments written yet.

Please login to write comment.