Color Hex Logo

#bd93cd Color Hex

#BD93CD
(189,147,205)
0 Favorites   0 Comments

Color spaces of #bd93cd

RGB 189147205
HSL0.790.370.69
HSV283°28°80°
CMYK 0.080.280.00   0.20
XYZ42.439436.094062.4877
Yxy36.09400.30090.2559
Hunter Lab60.078320.9557-19.6130
CIE-Lab66.591726.1629-23.8045

#bd93cd color RGB value is (189,147,205).

#bd93cd hex color red value is 189, green value is 147 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd93cd hue: 0.79 , saturation: 0.37 and the lightness value of bd93cd is 0.69.

The process color (four color CMYK) of #bd93cd color hex is 0.08, 0.28, 0.00, 0.20. Web safe color of #bd93cd is #cc99cc. Color #bd93cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010011 11001101
Octal 275 223 315
Decimal 189 147 205
Hex BD 93 CD

RGB Percentages of Color #bd93cd

%34.94
%27.17
%37.89

CMYK Percentages of Color #bd93cd

%8
%28
%0
%20

Triadic Colors of #bd93cd

#bd93cd #cdbd93 #93cdbd

Analogous Colors of #bd93cd

#bd93cd #cd93c0 #a093cd

Monochromatic Colors of #bd93cd

#bd93cd

Complementary Color

#bd93cd #a3cd93

#bd93cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd93cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd93cd Color CSS Codes

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

#bd93cd Text Font Color

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

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


#bd93cd Background Color

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

This div background color is #bd93cd


#bd93cd Border Color

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

This div border color is #bd93cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd93cd


Comments

No comments written yet.

Please login to write comment.