Color Hex Logo

#f180db Color Hex

#F180DB
(241,128,219)
0 Favorites   0 Comments

Color spaces of #f180db

RGB 241128219
HSL0.870.800.72
HSV312°47°95°
CMYK 0.000.470.09   0.05
XYZ56.781039.253671.6018
Yxy39.25360.33870.2342
Hunter Lab62.652752.1291-23.9019
CIE-Lab68.934655.0088-27.4818

#f180db color RGB value is (241,128,219).

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

The process color (four color CMYK) of #f180db color hex is 0.00, 0.47, 0.09, 0.05. Web safe color of #f180db is #ff99cc. Color #f180db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000000 11011011
Octal 361 200 333
Decimal 241 128 219
Hex F1 80 DB

RGB Percentages of Color #f180db

%40.99
%21.77
%37.24

CMYK Percentages of Color #f180db

%0
%47
%9
%5

Triadic Colors of #f180db

#f180db #dbf180 #80dbf1

Analogous Colors of #f180db

#f180db #f180a3 #cf80f1

Monochromatic Colors of #f180db

#f180db

Complementary Color

#f180db #80f196

#f180db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f180db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f180db Color CSS Codes

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

#f180db Text Font Color

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

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


#f180db Background Color

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

This div background color is #f180db


#f180db Border Color

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

This div border color is #f180db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,128,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f180db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f180db


Comments

No comments written yet.

Please login to write comment.