Color Hex Logo

#f0908a Color Hex

#F0908A
(240,144,138)
0 Favorites   0 Comments

Color spaces of #f0908a

RGB 240144138
HSL0.010.770.74
HSV43°94°
CMYK 0.000.400.43   0.06
XYZ50.495940.306829.1633
Yxy40.30680.42090.3360
Hunter Lab63.487630.869417.2062
CIE-Lab69.687535.614718.8165

#f0908a color RGB value is (240,144,138).

#f0908a hex color red value is 240, green value is 144 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f0908a hue: 0.01 , saturation: 0.77 and the lightness value of f0908a is 0.74.

The process color (four color CMYK) of #f0908a color hex is 0.00, 0.40, 0.43, 0.06. Web safe color of #f0908a is #ff9999. Color #f0908a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010000 10001010
Octal 360 220 212
Decimal 240 144 138
Hex F0 90 8A

RGB Percentages of Color #f0908a

%45.98
%27.59
%26.44

CMYK Percentages of Color #f0908a

%0
%40
%43
%6

Triadic Colors of #f0908a

#f0908a #8af090 #908af0

Analogous Colors of #f0908a

#f0908a #f0c38a #f08ab7

Monochromatic Colors of #f0908a

#f0908a

Complementary Color

#f0908a #8aeaf0

#f0908a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0908a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0908a Color CSS Codes

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

#f0908a Text Font Color

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

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


#f0908a Background Color

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

This div background color is #f0908a


#f0908a Border Color

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

This div border color is #f0908a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0908a


Comments

No comments written yet.

Please login to write comment.