Color Hex Logo

#f02aaa Color Hex

#F02AAA
(240,42,170)
0 Favorites   0 Comments

Color spaces of #f02aaa

RGB 24042170
HSL0.890.870.55
HSV321°83°94°
CMYK 0.000.830.29   0.06
XYZ44.018823.083540.1657
Yxy23.08350.41040.2152
Hunter Lab48.045379.4613-15.9345
CIE-Lab55.158280.1281-20.7506

#f02aaa color RGB value is (240,42,170).

#f02aaa hex color red value is 240, green value is 42 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f02aaa hue: 0.89 , saturation: 0.87 and the lightness value of f02aaa is 0.55.

The process color (four color CMYK) of #f02aaa color hex is 0.00, 0.83, 0.29, 0.06. Web safe color of #f02aaa is #ff3399. Color #f02aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101010 10101010
Octal 360 52 252
Decimal 240 42 170
Hex F0 2A AA

RGB Percentages of Color #f02aaa

%53.10
%9.29
%37.61

CMYK Percentages of Color #f02aaa

%0
%83
%29
%6

Triadic Colors of #f02aaa

#f02aaa #aaf02a #2aaaf0

Analogous Colors of #f02aaa

#f02aaa #f02a47 #d32af0

Monochromatic Colors of #f02aaa

#f02aaa

Complementary Color

#f02aaa #2af070

#f02aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02aaa Color CSS Codes

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

#f02aaa Text Font Color

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

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


#f02aaa Background Color

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

This div background color is #f02aaa


#f02aaa Border Color

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

This div border color is #f02aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02aaa


Comments

No comments written yet.

Please login to write comment.