Color Hex Logo

#f09abc Color Hex

#F09ABC
(240,154,188)
0 Favorites   0 Comments

Color spaces of #f09abc

RGB 240154188
HSL0.930.740.77
HSV336°36°94°
CMYK 0.000.360.22   0.06
XYZ56.567945.267353.3330
Yxy45.26730.36460.2917
Hunter Lab67.281032.33590.0981
CIE-Lab73.067636.6668-4.0906

#f09abc color RGB value is (240,154,188).

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

The process color (four color CMYK) of #f09abc color hex is 0.00, 0.36, 0.22, 0.06. Web safe color of #f09abc is #ff99cc. Color #f09abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011010 10111100
Octal 360 232 274
Decimal 240 154 188
Hex F0 9A BC

RGB Percentages of Color #f09abc

%41.24
%26.46
%32.30

CMYK Percentages of Color #f09abc

%0
%36
%22
%6

Triadic Colors of #f09abc

#f09abc #bcf09a #9abcf0

Analogous Colors of #f09abc

#f09abc #f0a39a #f09ae7

Monochromatic Colors of #f09abc

#f09abc

Complementary Color

#f09abc #9af0ce

#f09abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09abc Color CSS Codes

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

#f09abc Text Font Color

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

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


#f09abc Background Color

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

This div background color is #f09abc


#f09abc Border Color

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

This div border color is #f09abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09abc


Comments

No comments written yet.

Please login to write comment.