Color Hex Logo

#f047ab Color Hex

#F047AB
(240,71,171)
0 Favorites   0 Comments

Color spaces of #f047ab

RGB 24071171
HSL0.900.850.61
HSV324°70°94°
CMYK 0.000.700.29   0.06
XYZ45.539125.972041.1410
Yxy25.97200.40420.2306
Hunter Lab50.962770.3186-12.1895
CIE-Lab58.010572.2373-16.9846

#f047ab color RGB value is (240,71,171).

#f047ab hex color red value is 240, green value is 71 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f047ab hue: 0.90 , saturation: 0.85 and the lightness value of f047ab is 0.61.

The process color (four color CMYK) of #f047ab color hex is 0.00, 0.70, 0.29, 0.06. Web safe color of #f047ab is #ff3399. Color #f047ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000111 10101011
Octal 360 107 253
Decimal 240 71 171
Hex F0 47 AB

RGB Percentages of Color #f047ab

%49.79
%14.73
%35.48

CMYK Percentages of Color #f047ab

%0
%70
%29
%6

Triadic Colors of #f047ab

#f047ab #abf047 #47abf0

Analogous Colors of #f047ab

#f047ab #f04756 #e147f0

Monochromatic Colors of #f047ab

#f047ab

Complementary Color

#f047ab #47f08c

#f047ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f047ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f047ab Color CSS Codes

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

#f047ab Text Font Color

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

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


#f047ab Background Color

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

This div background color is #f047ab


#f047ab Border Color

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

This div border color is #f047ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f047ab


Comments

No comments written yet.

Please login to write comment.