Color Hex Logo

#f002ab Color Hex

#F002AB
(240,2,171)
0 Favorites   0 Comments

Color spaces of #f002ab

RGB 2402171
HSL0.880.980.47
HSV317°99°94°
CMYK 0.000.990.29   0.06
XYZ43.307621.509040.3972
Yxy21.50900.41160.2044
Hunter Lab46.377885.5222-19.1799
CIE-Lab53.502185.1718-23.8810

#f002ab color RGB value is (240,2,171).

#f002ab hex color red value is 240, green value is 2 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f002ab hue: 0.88 , saturation: 0.98 and the lightness value of f002ab is 0.47.

The process color (four color CMYK) of #f002ab color hex is 0.00, 0.99, 0.29, 0.06. Web safe color of #f002ab is #ff0099. Color #f002ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000010 10101011
Octal 360 2 253
Decimal 240 2 171
Hex F0 2 AB

RGB Percentages of Color #f002ab

%58.11
%0.48
%41.40

CMYK Percentages of Color #f002ab

%0
%99
%29
%6

Triadic Colors of #f002ab

#f002ab #abf002 #02abf0

Analogous Colors of #f002ab

#f002ab #f00234 #be02f0

Monochromatic Colors of #f002ab

#f002ab

Complementary Color

#f002ab #02f047

#f002ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f002ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f002ab Color CSS Codes

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

#f002ab Text Font Color

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

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


#f002ab Background Color

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

This div background color is #f002ab


#f002ab Border Color

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

This div border color is #f002ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f002ab


Comments

No comments written yet.

Please login to write comment.