Color Hex Logo

#bd5daa Color Hex

#BD5DAA
(189,93,170)
0 Favorites   0 Comments

Color spaces of #bd5daa

RGB 18993170
HSL0.870.420.55
HSV312°51°74°
CMYK 0.000.510.10   0.26
XYZ32.156321.549840.4949
Yxy21.54980.34140.2288
Hunter Lab46.421842.4087-19.2250
CIE-Lab53.546048.6335-23.9210

#bd5daa color RGB value is (189,93,170).

#bd5daa hex color red value is 189, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bd5daa hue: 0.87 , saturation: 0.42 and the lightness value of bd5daa is 0.55.

The process color (four color CMYK) of #bd5daa color hex is 0.00, 0.51, 0.10, 0.26. Web safe color of #bd5daa is #cc6699. Color #bd5daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011101 10101010
Octal 275 135 252
Decimal 189 93 170
Hex BD 5D AA

RGB Percentages of Color #bd5daa

%41.81
%20.58
%37.61

CMYK Percentages of Color #bd5daa

%0
%51
%10
%26

Triadic Colors of #bd5daa

#bd5daa #aabd5d #5daabd

Analogous Colors of #bd5daa

#bd5daa #bd5d7a #a05dbd

Monochromatic Colors of #bd5daa

#bd5daa

Complementary Color

#bd5daa #5dbd70

#bd5daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5daa Color CSS Codes

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

#bd5daa Text Font Color

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

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


#bd5daa Background Color

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

This div background color is #bd5daa


#bd5daa Border Color

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

This div border color is #bd5daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,93,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd5daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd5daa;
  -webkit-box-shadow: 1px 1px 3px 2px #bd5daa;
  box-shadow:         1px 1px 3px 2px #bd5daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,93,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5daa


Comments

No comments written yet.

Please login to write comment.