Color Hex Logo

#d180ba Color Hex

#D180BA
(209,128,186)
0 Favorites   0 Comments

Color spaces of #d180ba

RGB 209128186
HSL0.880.470.66
HSV317°39°82°
CMYK 0.000.390.11   0.18
XYZ42.876632.538850.4752
Yxy32.53880.34060.2585
Hunter Lab57.042834.3458-12.5337
CIE-Lab63.785739.5654-17.2259

#d180ba color RGB value is (209,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000000 10111010
Octal 321 200 272
Decimal 209 128 186
Hex D1 80 BA

RGB Percentages of Color #d180ba

%39.96
%24.47
%35.56

CMYK Percentages of Color #d180ba

%0
%39
%11
%18

Triadic Colors of #d180ba

#d180ba #bad180 #80bad1

Analogous Colors of #d180ba

#d180ba #d18092 #c080d1

Monochromatic Colors of #d180ba

#d180ba

Complementary Color

#d180ba #80d197

#d180ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d180ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d180ba Color CSS Codes

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

#d180ba Text Font Color

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

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


#d180ba Background Color

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

This div background color is #d180ba


#d180ba Border Color

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

This div border color is #d180ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d180ba


Comments

No comments written yet.

Please login to write comment.