Color Hex Logo

#fa9088 Color Hex

#FA9088
(250,144,136)
0 Favorites   0 Comments

Color spaces of #fa9088

RGB 250144136
HSL0.010.920.76
HSV46°98°
CMYK 0.000.420.46   0.02
XYZ53.841542.048128.5709
Yxy42.04810.43260.3378
Hunter Lab64.844534.733719.2676
CIE-Lab70.904139.123721.7929

#fa9088 color RGB value is (250,144,136).

#fa9088 hex color red value is 250, green value is 144 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #fa9088 hue: 0.01 , saturation: 0.92 and the lightness value of fa9088 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010000 10001000
Octal 372 220 210
Decimal 250 144 136
Hex FA 90 88

RGB Percentages of Color #fa9088

%47.17
%27.17
%25.66

CMYK Percentages of Color #fa9088

%0
%42
%46
%2

Triadic Colors of #fa9088

#fa9088 #88fa90 #9088fa

Analogous Colors of #fa9088

#fa9088 #fac988 #fa88b9

Monochromatic Colors of #fa9088

#fa9088

Complementary Color

#fa9088 #88f2fa

#fa9088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9088 Color CSS Codes

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

#fa9088 Text Font Color

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

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


#fa9088 Background Color

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

This div background color is #fa9088


#fa9088 Border Color

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

This div border color is #fa9088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9088

Related Colors


Comments

No comments written yet.

Please login to write comment.