Color Hex Logo

#f070aa Color Hex

#F070AA
(240,112,170)
0 Favorites   0 Comments

Color spaces of #f070aa

RGB 240112170
HSL0.920.810.69
HSV333°53°94°
CMYK 0.000.530.29   0.06
XYZ48.985033.015941.8211
Yxy33.01590.39560.2666
Hunter Lab57.459551.6197-2.9318
CIE-Lab64.173855.3008-7.1506

#f070aa color RGB value is (240,112,170).

#f070aa hex color red value is 240, green value is 112 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f070aa hue: 0.92 , saturation: 0.81 and the lightness value of f070aa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110000 10101010
Octal 360 160 252
Decimal 240 112 170
Hex F0 70 AA

RGB Percentages of Color #f070aa

%45.98
%21.46
%32.57

CMYK Percentages of Color #f070aa

%0
%53
%29
%6

Triadic Colors of #f070aa

#f070aa #aaf070 #70aaf0

Analogous Colors of #f070aa

#f070aa #f07670 #f070ea

Monochromatic Colors of #f070aa

#f070aa

Complementary Color

#f070aa #70f0b6

#f070aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f070aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f070aa Color CSS Codes

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

#f070aa Text Font Color

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

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


#f070aa Background Color

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

This div background color is #f070aa


#f070aa Border Color

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

This div border color is #f070aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f070aa


Comments

No comments written yet.

Please login to write comment.