Color Hex Logo

#f077ac Color Hex

#F077AC
(240,119,172)
0 Favorites   0 Comments

Color spaces of #f077ac

RGB 240119172
HSL0.930.800.70
HSV334°50°94°
CMYK 0.000.500.28   0.06
XYZ49.978434.697543.0929
Yxy34.69750.39120.2716
Hunter Lab58.904648.3677-2.1417
CIE-Lab65.512552.2223-6.3015

#f077ac color RGB value is (240,119,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110111 10101100
Octal 360 167 254
Decimal 240 119 172
Hex F0 77 AC

RGB Percentages of Color #f077ac

%45.20
%22.41
%32.39

CMYK Percentages of Color #f077ac

%0
%50
%28
%6

Triadic Colors of #f077ac

#f077ac #acf077 #77acf0

Analogous Colors of #f077ac

#f077ac #f07f77 #f077e9

Monochromatic Colors of #f077ac

#f077ac

Complementary Color

#f077ac #77f0bb

#f077ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f077ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f077ac Color CSS Codes

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

#f077ac Text Font Color

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

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


#f077ac Background Color

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

This div background color is #f077ac


#f077ac Border Color

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

This div border color is #f077ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f077ac


Comments

No comments written yet.

Please login to write comment.