Color Hex Logo

#f03aaf Color Hex

#F03AAF
(240,58,175)
0 Favorites   0 Comments

Color spaces of #f03aaf

RGB 24058175
HSL0.890.860.58
HSV321°76°94°
CMYK 0.000.760.27   0.06
XYZ45.186124.646542.9331
Yxy24.64650.40070.2186
Hunter Lab49.645275.5879-16.5222
CIE-Lab56.729476.7457-21.2631

#f03aaf color RGB value is (240,58,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111010 10101111
Octal 360 72 257
Decimal 240 58 175
Hex F0 3A AF

RGB Percentages of Color #f03aaf

%50.74
%12.26
%37.00

CMYK Percentages of Color #f03aaf

%0
%76
%27
%6

Triadic Colors of #f03aaf

#f03aaf #aff03a #3aaff0

Analogous Colors of #f03aaf

#f03aaf #f03a54 #d63af0

Monochromatic Colors of #f03aaf

#f03aaf

Complementary Color

#f03aaf #3af07b

#f03aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03aaf Color CSS Codes

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

#f03aaf Text Font Color

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

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


#f03aaf Background Color

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

This div background color is #f03aaf


#f03aaf Border Color

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

This div border color is #f03aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03aaf


Comments

No comments written yet.

Please login to write comment.