Color Hex Logo

#f051ab Color Hex

#F051AB
(240,81,171)
0 Favorites   0 Comments

Color spaces of #f051ab

RGB 24081171
HSL0.910.840.63
HSV326°66°94°
CMYK 0.000.660.29   0.06
XYZ46.228327.350441.3707
Yxy27.35040.40220.2379
Hunter Lab52.297666.2637-10.2938
CIE-Lab59.297368.6546-15.0346

#f051ab color RGB value is (240,81,171).

#f051ab hex color red value is 240, green value is 81 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f051ab hue: 0.91 , saturation: 0.84 and the lightness value of f051ab is 0.63.

The process color (four color CMYK) of #f051ab color hex is 0.00, 0.66, 0.29, 0.06. Web safe color of #f051ab is #ff6699. Color #f051ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010001 10101011
Octal 360 121 253
Decimal 240 81 171
Hex F0 51 AB

RGB Percentages of Color #f051ab

%48.78
%16.46
%34.76

CMYK Percentages of Color #f051ab

%0
%66
%29
%6

Triadic Colors of #f051ab

#f051ab #abf051 #51abf0

Analogous Colors of #f051ab

#f051ab #f0515c #e651f0

Monochromatic Colors of #f051ab

#f051ab

Complementary Color

#f051ab #51f096

#f051ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f051ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f051ab Color CSS Codes

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

#f051ab Text Font Color

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

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


#f051ab Background Color

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

This div background color is #f051ab


#f051ab Border Color

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

This div border color is #f051ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f051ab


Comments

No comments written yet.

Please login to write comment.