Color Hex Logo

#d6a0be Color Hex

#D6A0BE
(214,160,190)
0 Favorites   0 Comments

Color spaces of #d6a0be

RGB 214160190
HSL0.910.400.73
HSV327°25°84°
CMYK 0.000.250.11   0.16
XYZ49.596643.155554.4310
Yxy43.15550.33700.2932
Hunter Lab65.692819.8009-3.1408
CIE-Lab71.660424.6924-7.5913

#d6a0be color RGB value is (214,160,190).

#d6a0be hex color red value is 214, green value is 160 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d6a0be hue: 0.91 , saturation: 0.40 and the lightness value of d6a0be is 0.73.

The process color (four color CMYK) of #d6a0be color hex is 0.00, 0.25, 0.11, 0.16. Web safe color of #d6a0be is #cc99cc. Color #d6a0be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10100000 10111110
Octal 326 240 276
Decimal 214 160 190
Hex D6 A0 BE

RGB Percentages of Color #d6a0be

%37.94
%28.37
%33.69

CMYK Percentages of Color #d6a0be

%0
%25
%11
%16

Triadic Colors of #d6a0be

#d6a0be #bed6a0 #a0bed6

Analogous Colors of #d6a0be

#d6a0be #d6a0a3 #d3a0d6

Monochromatic Colors of #d6a0be

#d6a0be

Complementary Color

#d6a0be #a0d6b8

#d6a0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6a0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6a0be Color CSS Codes

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

#d6a0be Text Font Color

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

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


#d6a0be Background Color

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

This div background color is #d6a0be


#d6a0be Border Color

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

This div border color is #d6a0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6a0be


Comments

No comments written yet.

Please login to write comment.