Color Hex Logo

#d5a0bc Color Hex

#D5A0BC
(213,160,188)
0 Favorites   0 Comments

Color spaces of #d5a0bc

RGB 213160188
HSL0.910.390.73
HSV328°25°84°
CMYK 0.000.250.12   0.16
XYZ49.088542.918653.2738
Yxy42.91860.33790.2954
Hunter Lab65.512319.1039-2.3553
CIE-Lab71.499724.0057-6.7354

#d5a0bc color RGB value is (213,160,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10100000 10111100
Octal 325 240 274
Decimal 213 160 188
Hex D5 A0 BC

RGB Percentages of Color #d5a0bc

%37.97
%28.52
%33.51

CMYK Percentages of Color #d5a0bc

%0
%25
%12
%16

Triadic Colors of #d5a0bc

#d5a0bc #bcd5a0 #a0bcd5

Analogous Colors of #d5a0bc

#d5a0bc #d5a0a2 #d4a0d5

Monochromatic Colors of #d5a0bc

#d5a0bc

Complementary Color

#d5a0bc #a0d5b9

#d5a0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5a0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5a0bc Color CSS Codes

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

#d5a0bc Text Font Color

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

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


#d5a0bc Background Color

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

This div background color is #d5a0bc


#d5a0bc Border Color

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

This div border color is #d5a0bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,160,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5a0bc


Comments

No comments written yet.

Please login to write comment.