Color Hex Logo

#fa8793 Color Hex

#FA8793
(250,135,147)
0 Favorites   0 Comments

Color spaces of #fa8793

RGB 250135147
HSL0.980.920.75
HSV354°46°98°
CMYK 0.000.460.41   0.02
XYZ53.354839.758532.4658
Yxy39.75850.42490.3166
Hunter Lab63.054340.696613.6104
CIE-Lab69.297244.799613.4501

#fa8793 color RGB value is (250,135,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000111 10010011
Octal 372 207 223
Decimal 250 135 147
Hex FA 87 93

RGB Percentages of Color #fa8793

%46.99
%25.38
%27.63

CMYK Percentages of Color #fa8793

%0
%46
%41
%2

Triadic Colors of #fa8793

#fa8793 #93fa87 #8793fa

Analogous Colors of #fa8793

#fa8793 #fab587 #fa87cd

Monochromatic Colors of #fa8793

#fa8793

Complementary Color

#fa8793 #87faee

#fa8793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8793 Color CSS Codes

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

#fa8793 Text Font Color

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

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


#fa8793 Background Color

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

This div background color is #fa8793


#fa8793 Border Color

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

This div border color is #fa8793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8793


Comments

No comments written yet.

Please login to write comment.