Color Hex Logo

#f020ab Color Hex

#F020AB
(240,32,171)
0 Favorites   0 Comments

Color spaces of #f020ab

RGB 24032171
HSL0.890.870.53
HSV320°87°94°
CMYK 0.000.870.29   0.06
XYZ43.802422.498640.5621
Yxy22.49860.40990.2105
Hunter Lab47.432781.8312-17.4990
CIE-Lab54.552182.1059-22.2660

#f020ab color RGB value is (240,32,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100000 10101011
Octal 360 40 253
Decimal 240 32 171
Hex F0 20 AB

RGB Percentages of Color #f020ab

%54.18
%7.22
%38.60

CMYK Percentages of Color #f020ab

%0
%87
%29
%6

Triadic Colors of #f020ab

#f020ab #abf020 #20abf0

Analogous Colors of #f020ab

#f020ab #f02043 #cd20f0

Monochromatic Colors of #f020ab

#f020ab

Complementary Color

#f020ab #20f065

#f020ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f020ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f020ab Color CSS Codes

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

#f020ab Text Font Color

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

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


#f020ab Background Color

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

This div background color is #f020ab


#f020ab Border Color

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

This div border color is #f020ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f020ab


Comments

No comments written yet.

Please login to write comment.