Color Hex Logo

#d180bf Color Hex

#D180BF
(209,128,191)
0 Favorites   0 Comments

Color spaces of #d180bf

RGB 209128191
HSL0.870.470.66
HSV313°39°82°
CMYK 0.000.390.09   0.18
XYZ43.417632.755253.3242
Yxy32.75520.33530.2529
Hunter Lab57.232235.2578-15.1790
CIE-Lab63.962240.4108-19.7808

#d180bf color RGB value is (209,128,191).

#d180bf hex color red value is 209, green value is 128 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d180bf hue: 0.87 , saturation: 0.47 and the lightness value of d180bf is 0.66.

The process color (four color CMYK) of #d180bf color hex is 0.00, 0.39, 0.09, 0.18. Web safe color of #d180bf is #cc99cc. Color #d180bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000000 10111111
Octal 321 200 277
Decimal 209 128 191
Hex D1 80 BF

RGB Percentages of Color #d180bf

%39.58
%24.24
%36.17

CMYK Percentages of Color #d180bf

%0
%39
%9
%18

Triadic Colors of #d180bf

#d180bf #bfd180 #80bfd1

Analogous Colors of #d180bf

#d180bf #d18097 #bb80d1

Monochromatic Colors of #d180bf

#d180bf

Complementary Color

#d180bf #80d192

#d180bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d180bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d180bf Color CSS Codes

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

#d180bf Text Font Color

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

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


#d180bf Background Color

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

This div background color is #d180bf


#d180bf Border Color

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

This div border color is #d180bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d180bf


Comments

No comments written yet.

Please login to write comment.