Color Hex Logo

#f054ab Color Hex

#F054AB
(240,84,171)
0 Favorites   0 Comments

Color spaces of #f054ab

RGB 24084171
HSL0.910.840.64
HSV327°65°94°
CMYK 0.000.650.29   0.06
XYZ46.456227.806241.4467
Yxy27.80620.40150.2403
Hunter Lab52.731664.9771-9.6895
CIE-Lab59.713267.5067-14.4060

#f054ab color RGB value is (240,84,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010100 10101011
Octal 360 124 253
Decimal 240 84 171
Hex F0 54 AB

RGB Percentages of Color #f054ab

%48.48
%16.97
%34.55

CMYK Percentages of Color #f054ab

%0
%65
%29
%6

Triadic Colors of #f054ab

#f054ab #abf054 #54abf0

Analogous Colors of #f054ab

#f054ab #f0545d #e754f0

Monochromatic Colors of #f054ab

#f054ab

Complementary Color

#f054ab #54f099

#f054ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f054ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f054ab Color CSS Codes

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

#f054ab Text Font Color

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

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


#f054ab Background Color

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

This div background color is #f054ab


#f054ab Border Color

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

This div border color is #f054ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f054ab


Comments

No comments written yet.

Please login to write comment.