Color Hex Logo

#d1a0be Color Hex

#D1A0BE
(209,160,190)
0 Favorites   0 Comments

Color spaces of #d1a0be

RGB 209160190
HSL0.900.350.72
HSV323°23°82°
CMYK 0.000.230.09   0.18
XYZ48.159642.414654.3638
Yxy42.41460.33230.2926
Hunter Lab65.126518.0254-3.9033
CIE-Lab71.155822.9413-8.3959

#d1a0be color RGB value is (209,160,190).

#d1a0be hex color red value is 209, green value is 160 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d1a0be hue: 0.90 , saturation: 0.35 and the lightness value of d1a0be is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10100000 10111110
Octal 321 240 276
Decimal 209 160 190
Hex D1 A0 BE

RGB Percentages of Color #d1a0be

%37.39
%28.62
%33.99

CMYK Percentages of Color #d1a0be

%0
%23
%9
%18

Triadic Colors of #d1a0be

#d1a0be #bed1a0 #a0bed1

Analogous Colors of #d1a0be

#d1a0be #d1a0a6 #cca0d1

Monochromatic Colors of #d1a0be

#d1a0be

Complementary Color

#d1a0be #a0d1b3

#d1a0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1a0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1a0be Color CSS Codes

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

#d1a0be Text Font Color

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

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


#d1a0be Background Color

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

This div background color is #d1a0be


#d1a0be Border Color

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

This div border color is #d1a0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1a0be


Comments

No comments written yet.

Please login to write comment.