Color Hex Logo

#bd5dad Color Hex

#BD5DAD
(189,93,173)
0 Favorites   0 Comments

Color spaces of #bd5dad

RGB 18993173
HSL0.860.420.55
HSV310°51°74°
CMYK 0.000.510.08   0.26
XYZ32.443421.664642.0069
Yxy21.66460.33750.2254
Hunter Lab46.545242.9655-20.9273
CIE-Lab53.669349.1359-25.4767

#bd5dad color RGB value is (189,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011101 10101101
Octal 275 135 255
Decimal 189 93 173
Hex BD 5D AD

RGB Percentages of Color #bd5dad

%41.54
%20.44
%38.02

CMYK Percentages of Color #bd5dad

%0
%51
%8
%26

Triadic Colors of #bd5dad

#bd5dad #adbd5d #5dadbd

Analogous Colors of #bd5dad

#bd5dad #bd5d7d #9d5dbd

Monochromatic Colors of #bd5dad

#bd5dad

Complementary Color

#bd5dad #5dbd6d

#bd5dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5dad Color CSS Codes

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

#bd5dad Text Font Color

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

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


#bd5dad Background Color

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

This div background color is #bd5dad


#bd5dad Border Color

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

This div border color is #bd5dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5dad


Comments

No comments written yet.

Please login to write comment.