Color Hex Logo

#d180be Color Hex

#D180BE
(209,128,190)
0 Favorites   0 Comments

Color spaces of #d180be

RGB 209128190
HSL0.870.470.66
HSV314°39°82°
CMYK 0.000.390.09   0.18
XYZ43.307932.711452.7465
Yxy32.71140.33630.2540
Hunter Lab57.193935.0731-14.6439
CIE-Lab63.926540.2399-19.2709

#d180be color RGB value is (209,128,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000000 10111110
Octal 321 200 276
Decimal 209 128 190
Hex D1 80 BE

RGB Percentages of Color #d180be

%39.66
%24.29
%36.05

CMYK Percentages of Color #d180be

%0
%39
%9
%18

Triadic Colors of #d180be

#d180be #bed180 #80bed1

Analogous Colors of #d180be

#d180be #d18096 #bc80d1

Monochromatic Colors of #d180be

#d180be

Complementary Color

#d180be #80d193

#d180be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d180be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d180be Color CSS Codes

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

#d180be Text Font Color

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

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


#d180be Background Color

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

This div background color is #d180be


#d180be Border Color

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

This div border color is #d180be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d180be


Comments

No comments written yet.

Please login to write comment.