Color Hex Logo

#f005ab Color Hex

#F005AB
(240,5,171)
0 Favorites   0 Comments

Color spaces of #f005ab

RGB 2405171
HSL0.880.960.48
HSV318°98°94°
CMYK 0.000.980.29   0.06
XYZ43.340121.574140.4080
Yxy21.57410.41150.2048
Hunter Lab46.447985.2727-19.0666
CIE-Lab53.572284.9661-23.7730

#f005ab color RGB value is (240,5,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000101 10101011
Octal 360 5 253
Decimal 240 5 171
Hex F0 5 AB

RGB Percentages of Color #f005ab

%57.69
%1.20
%41.11

CMYK Percentages of Color #f005ab

%0
%98
%29
%6

Triadic Colors of #f005ab

#f005ab #abf005 #05abf0

Analogous Colors of #f005ab

#f005ab #f00535 #c005f0

Monochromatic Colors of #f005ab

#f005ab

Complementary Color

#f005ab #05f04a

#f005ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f005ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f005ab Color CSS Codes

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

#f005ab Text Font Color

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

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


#f005ab Background Color

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

This div background color is #f005ab


#f005ab Border Color

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

This div border color is #f005ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f005ab


Comments

No comments written yet.

Please login to write comment.