Color Hex Logo

#fa8187 Color Hex

#FA8187
(250,129,135)
0 Favorites   0 Comments

Color spaces of #fa8187

RGB 250129135
HSL0.990.920.74
HSV357°48°98°
CMYK 0.000.480.46   0.02
XYZ51.647837.773827.4906
Yxy37.77380.44180.3231
Hunter Lab61.460442.445516.5025
CIE-Lab67.853646.575718.1680

#fa8187 color RGB value is (250,129,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 10000111
Octal 372 201 207
Decimal 250 129 135
Hex FA 81 87

RGB Percentages of Color #fa8187

%48.64
%25.10
%26.26

CMYK Percentages of Color #fa8187

%0
%48
%46
%2

Triadic Colors of #fa8187

#fa8187 #87fa81 #8187fa

Analogous Colors of #fa8187

#fa8187 #fab881 #fa81c4

Monochromatic Colors of #fa8187

#fa8187

Complementary Color

#fa8187 #81faf4

#fa8187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8187 Color CSS Codes

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

#fa8187 Text Font Color

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

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


#fa8187 Background Color

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

This div background color is #fa8187


#fa8187 Border Color

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

This div border color is #fa8187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8187


Comments

No comments written yet.

Please login to write comment.