Color Hex Logo

#f077aa Color Hex

#F077AA
(240,119,170)
0 Favorites   0 Comments

Color spaces of #f077aa

RGB 240119170
HSL0.930.800.70
HSV335°50°94°
CMYK 0.000.500.29   0.06
XYZ49.787734.621242.0887
Yxy34.62120.39360.2737
Hunter Lab58.839848.0694-1.2229
CIE-Lab65.452751.9661-5.2550

#f077aa color RGB value is (240,119,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110111 10101010
Octal 360 167 252
Decimal 240 119 170
Hex F0 77 AA

RGB Percentages of Color #f077aa

%45.37
%22.50
%32.14

CMYK Percentages of Color #f077aa

%0
%50
%29
%6

Triadic Colors of #f077aa

#f077aa #aaf077 #77aaf0

Analogous Colors of #f077aa

#f077aa #f08177 #f077e7

Monochromatic Colors of #f077aa

#f077aa

Complementary Color

#f077aa #77f0bd

#f077aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f077aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f077aa Color CSS Codes

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

#f077aa Text Font Color

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

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


#f077aa Background Color

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

This div background color is #f077aa


#f077aa Border Color

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

This div border color is #f077aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,119,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 #f077aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f077aa


Comments

No comments written yet.

Please login to write comment.