Color Hex Logo

#f073ac Color Hex

#F073AC
(240,115,172)
0 Favorites   0 Comments

Color spaces of #f073ac

RGB 240115172
HSL0.920.810.70
HSV333°52°94°
CMYK 0.000.520.28   0.06
XYZ49.512333.765342.9375
Yxy33.76530.39230.2675
Hunter Lab58.107950.4065-3.1354
CIE-Lab64.775854.1389-7.3949

#f073ac color RGB value is (240,115,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110011 10101100
Octal 360 163 254
Decimal 240 115 172
Hex F0 73 AC

RGB Percentages of Color #f073ac

%45.54
%21.82
%32.64

CMYK Percentages of Color #f073ac

%0
%52
%28
%6

Triadic Colors of #f073ac

#f073ac #acf073 #73acf0

Analogous Colors of #f073ac

#f073ac #f07973 #f073eb

Monochromatic Colors of #f073ac

#f073ac

Complementary Color

#f073ac #73f0b7

#f073ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f073ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f073ac Color CSS Codes

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

#f073ac Text Font Color

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

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


#f073ac Background Color

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

This div background color is #f073ac


#f073ac Border Color

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

This div border color is #f073ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f073ac


Comments

No comments written yet.

Please login to write comment.