Color Hex Logo

#f030af Color Hex

#F030AF
(240,48,175)
0 Favorites   0 Comments

Color spaces of #f030af

RGB 24048175
HSL0.890.860.56
HSV320°80°94°
CMYK 0.000.800.27   0.06
XYZ44.730023.734342.7811
Yxy23.73430.40210.2134
Hunter Lab48.717978.6324-17.9624
CIE-Lab55.820879.3446-22.6563

#f030af color RGB value is (240,48,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110000 10101111
Octal 360 60 257
Decimal 240 48 175
Hex F0 30 AF

RGB Percentages of Color #f030af

%51.84
%10.37
%37.80

CMYK Percentages of Color #f030af

%0
%80
%27
%6

Triadic Colors of #f030af

#f030af #aff030 #30aff0

Analogous Colors of #f030af

#f030af #f0304f #d130f0

Monochromatic Colors of #f030af

#f030af

Complementary Color

#f030af #30f071

#f030af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f030af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f030af Color CSS Codes

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

#f030af Text Font Color

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

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


#f030af Background Color

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

This div background color is #f030af


#f030af Border Color

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

This div border color is #f030af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f030af


Comments

No comments written yet.

Please login to write comment.