Color Hex Logo

#f007ab Color Hex

#F007AB
(240,7,171)
0 Favorites   0 Comments

Color spaces of #f007ab

RGB 2407171
HSL0.880.940.48
HSV318°97°94°
CMYK 0.000.970.29   0.06
XYZ43.361821.617540.4152
Yxy21.61750.41140.2051
Hunter Lab46.494685.1070-18.9913
CIE-Lab53.618884.8294-23.7012

#f007ab color RGB value is (240,7,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000111 10101011
Octal 360 7 253
Decimal 240 7 171
Hex F0 7 AB

RGB Percentages of Color #f007ab

%57.42
%1.67
%40.91

CMYK Percentages of Color #f007ab

%0
%97
%29
%6

Triadic Colors of #f007ab

#f007ab #abf007 #07abf0

Analogous Colors of #f007ab

#f007ab #f00736 #c107f0

Monochromatic Colors of #f007ab

#f007ab

Complementary Color

#f007ab #07f04c

#f007ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f007ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f007ab Color CSS Codes

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

#f007ab Text Font Color

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

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


#f007ab Background Color

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

This div background color is #f007ab


#f007ab Border Color

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

This div border color is #f007ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f007ab


Comments

No comments written yet.

Please login to write comment.