Color Hex Logo

#fa9385 Color Hex

#FA9385
(250,147,133)
0 Favorites   0 Comments

Color spaces of #fa9385

RGB 250147133
HSL0.020.920.75
HSV47°98°
CMYK 0.000.410.47   0.02
XYZ54.091742.884927.6170
Yxy42.88490.43410.3442
Hunter Lab65.486632.839020.8368
CIE-Lab71.476837.295024.2215

#fa9385 color RGB value is (250,147,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010011 10000101
Octal 372 223 205
Decimal 250 147 133
Hex FA 93 85

RGB Percentages of Color #fa9385

%47.17
%27.74
%25.09

CMYK Percentages of Color #fa9385

%0
%41
%47
%2

Triadic Colors of #fa9385

#fa9385 #85fa93 #9385fa

Analogous Colors of #fa9385

#fa9385 #face85 #fa85b2

Monochromatic Colors of #fa9385

#fa9385

Complementary Color

#fa9385 #85ecfa

#fa9385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9385 Color CSS Codes

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

#fa9385 Text Font Color

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

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


#fa9385 Background Color

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

This div background color is #fa9385


#fa9385 Border Color

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

This div border color is #fa9385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9385


Comments

No comments written yet.

Please login to write comment.