Color Hex Logo

#f07aab Color Hex

#F07AAB
(240,122,171)
0 Favorites   0 Comments

Color spaces of #f07aab

RGB 240122171
HSL0.930.800.71
HSV335°49°94°
CMYK 0.000.490.29   0.06
XYZ50.245435.384642.7098
Yxy35.38460.39150.2757
Hunter Lab59.485046.6756-0.9304
CIE-Lab66.047050.6357-4.9435

#f07aab color RGB value is (240,122,171).

#f07aab hex color red value is 240, green value is 122 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f07aab hue: 0.93 , saturation: 0.80 and the lightness value of f07aab is 0.71.

The process color (four color CMYK) of #f07aab color hex is 0.00, 0.49, 0.29, 0.06. Web safe color of #f07aab is #ff6699. Color #f07aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111010 10101011
Octal 360 172 253
Decimal 240 122 171
Hex F0 7A AB

RGB Percentages of Color #f07aab

%45.03
%22.89
%32.08

CMYK Percentages of Color #f07aab

%0
%49
%29
%6

Triadic Colors of #f07aab

#f07aab #abf07a #7aabf0

Analogous Colors of #f07aab

#f07aab #f0847a #f07ae6

Monochromatic Colors of #f07aab

#f07aab

Complementary Color

#f07aab #7af0bf

#f07aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07aab Color CSS Codes

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

#f07aab Text Font Color

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

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


#f07aab Background Color

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

This div background color is #f07aab


#f07aab Border Color

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

This div border color is #f07aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07aab


Comments

No comments written yet.

Please login to write comment.