Color Hex Logo

#f00aac Color Hex

#F00AAC
(240,10,172)
0 Favorites   0 Comments

Color spaces of #f00aac

RGB 24010172
HSL0.880.920.49
HSV318°96°94°
CMYK 0.000.960.28   0.06
XYZ43.490121.720940.9301
Yxy21.72090.40970.2046
Hunter Lab46.605785.0073-19.4458
CIE-Lab53.729684.7310-24.1179

#f00aac color RGB value is (240,10,172).

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

The process color (four color CMYK) of #f00aac color hex is 0.00, 0.96, 0.28, 0.06. Web safe color of #f00aac is #ff0099. Color #f00aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001010 10101100
Octal 360 12 254
Decimal 240 10 172
Hex F0 A AC

RGB Percentages of Color #f00aac

%56.87
%2.37
%40.76

CMYK Percentages of Color #f00aac

%0
%96
%28
%6

Triadic Colors of #f00aac

#f00aac #acf00a #0aacf0

Analogous Colors of #f00aac

#f00aac #f00a39 #c10af0

Monochromatic Colors of #f00aac

#f00aac

Complementary Color

#f00aac #0af04e

#f00aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00aac Color CSS Codes

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

#f00aac Text Font Color

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

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


#f00aac Background Color

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

This div background color is #f00aac


#f00aac Border Color

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

This div border color is #f00aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00aac


Comments

No comments written yet.

Please login to write comment.