Color Hex Logo

#f02aaf Color Hex

#F02AAF
(240,42,175)
0 Favorites   0 Comments

Color spaces of #f02aaf

RGB 24042175
HSL0.890.870.55
HSV320°83°94°
CMYK 0.000.830.27   0.06
XYZ44.501023.276342.7048
Yxy23.27630.40280.2107
Hunter Lab48.245580.2163-18.7090
CIE-Lab55.355880.6840-23.3709

#f02aaf color RGB value is (240,42,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101010 10101111
Octal 360 52 257
Decimal 240 42 175
Hex F0 2A AF

RGB Percentages of Color #f02aaf

%52.52
%9.19
%38.29

CMYK Percentages of Color #f02aaf

%0
%83
%27
%6

Triadic Colors of #f02aaf

#f02aaf #aff02a #2aaff0

Analogous Colors of #f02aaf

#f02aaf #f02a4c #ce2af0

Monochromatic Colors of #f02aaf

#f02aaf

Complementary Color

#f02aaf #2af06b

#f02aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02aaf Color CSS Codes

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

#f02aaf Text Font Color

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

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


#f02aaf Background Color

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

This div background color is #f02aaf


#f02aaf Border Color

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

This div border color is #f02aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02aaf


Comments

No comments written yet.

Please login to write comment.