Color Hex Logo

#f180ab Color Hex

#F180AB
(241,128,171)
0 Favorites   0 Comments

Color spaces of #f180ab

RGB 241128171
HSL0.940.800.72
HSV337°47°95°
CMYK 0.000.470.29   0.05
XYZ51.345537.079442.9789
Yxy37.07940.39070.2822
Hunter Lab60.892943.95060.7774
CIE-Lab67.336648.0065-3.0270

#f180ab color RGB value is (241,128,171).

#f180ab hex color red value is 241, green value is 128 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f180ab hue: 0.94 , saturation: 0.80 and the lightness value of f180ab is 0.72.

The process color (four color CMYK) of #f180ab color hex is 0.00, 0.47, 0.29, 0.05. Web safe color of #f180ab is #ff9999. Color #f180ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000000 10101011
Octal 361 200 253
Decimal 241 128 171
Hex F1 80 AB

RGB Percentages of Color #f180ab

%44.63
%23.70
%31.67

CMYK Percentages of Color #f180ab

%0
%47
%29
%5

Triadic Colors of #f180ab

#f180ab #abf180 #80abf1

Analogous Colors of #f180ab

#f180ab #f18e80 #f180e4

Monochromatic Colors of #f180ab

#f180ab

Complementary Color

#f180ab #80f1c6

#f180ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f180ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f180ab Color CSS Codes

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

#f180ab Text Font Color

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

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


#f180ab Background Color

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

This div background color is #f180ab


#f180ab Border Color

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

This div border color is #f180ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f180ab


Comments

No comments written yet.

Please login to write comment.