Color Hex Logo

#f030ab Color Hex

#F030AB
(240,48,171)
0 Favorites   0 Comments

Color spaces of #f030ab

RGB 24048171
HSL0.890.860.56
HSV322°80°94°
CMYK 0.000.800.29   0.06
XYZ44.342823.579440.7422
Yxy23.57940.40810.2170
Hunter Lab48.558678.0252-15.7551
CIE-Lab55.664278.8941-20.5612

#f030ab color RGB value is (240,48,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110000 10101011
Octal 360 60 253
Decimal 240 48 171
Hex F0 30 AB

RGB Percentages of Color #f030ab

%52.29
%10.46
%37.25

CMYK Percentages of Color #f030ab

%0
%80
%29
%6

Triadic Colors of #f030ab

#f030ab #abf030 #30abf0

Analogous Colors of #f030ab

#f030ab #f0304b #d530f0

Monochromatic Colors of #f030ab

#f030ab

Complementary Color

#f030ab #30f075

#f030ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f030ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f030ab Color CSS Codes

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

#f030ab Text Font Color

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

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


#f030ab Background Color

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

This div background color is #f030ab


#f030ab Border Color

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

This div border color is #f030ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f030ab


Comments

No comments written yet.

Please login to write comment.