Color Hex Logo

#fa887c Color Hex

#FA887C
(250,136,124)
0 Favorites   0 Comments

Color spaces of #fa887c

RGB 250136124
HSL0.020.930.73
HSV50°98°
CMYK 0.000.460.50   0.02
XYZ51.866639.387523.9377
Yxy39.38750.45030.3419
Hunter Lab62.759537.689521.3172
CIE-Lab69.031042.075725.8968

#fa887c color RGB value is (250,136,124).

#fa887c hex color red value is 250, green value is 136 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fa887c hue: 0.02 , saturation: 0.93 and the lightness value of fa887c is 0.73.

The process color (four color CMYK) of #fa887c color hex is 0.00, 0.46, 0.50, 0.02. Web safe color of #fa887c is #ff9966. Color #fa887c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001000 01111100
Octal 372 210 174
Decimal 250 136 124
Hex FA 88 7C

RGB Percentages of Color #fa887c

%49.02
%26.67
%24.31

CMYK Percentages of Color #fa887c

%0
%46
%50
%2

Triadic Colors of #fa887c

#fa887c #7cfa88 #887cfa

Analogous Colors of #fa887c

#fa887c #fac77c #fa7caf

Monochromatic Colors of #fa887c

#fa887c

Complementary Color

#fa887c #7ceefa

#fa887c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa887c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa887c Color CSS Codes

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

#fa887c Text Font Color

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

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


#fa887c Background Color

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

This div background color is #fa887c


#fa887c Border Color

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

This div border color is #fa887c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa887c


Comments

No comments written yet.

Please login to write comment.