Color Hex Logo

#bd93dd Color Hex

#BD93DD
(189,147,221)
0 Favorites   0 Comments

Color spaces of #bd93dd

RGB 189147221
HSL0.760.520.72
HSV274°33°87°
CMYK 0.140.330.00   0.13
XYZ44.471136.906773.1864
Yxy36.90670.28770.2388
Hunter Lab60.750924.3522-28.9009
CIE-Lab67.207029.5144-31.7341

#bd93dd color RGB value is (189,147,221).

#bd93dd hex color red value is 189, green value is 147 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bd93dd hue: 0.76 , saturation: 0.52 and the lightness value of bd93dd is 0.72.

The process color (four color CMYK) of #bd93dd color hex is 0.14, 0.33, 0.00, 0.13. Web safe color of #bd93dd is #cc99cc. Color #bd93dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010011 11011101
Octal 275 223 335
Decimal 189 147 221
Hex BD 93 DD

RGB Percentages of Color #bd93dd

%33.93
%26.39
%39.68

CMYK Percentages of Color #bd93dd

%14
%33
%0
%13

Triadic Colors of #bd93dd

#bd93dd #ddbd93 #93ddbd

Analogous Colors of #bd93dd

#bd93dd #dd93d8 #9893dd

Monochromatic Colors of #bd93dd

#bd93dd

Complementary Color

#bd93dd #b3dd93

#bd93dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd93dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd93dd Color CSS Codes

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

#bd93dd Text Font Color

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

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


#bd93dd Background Color

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

This div background color is #bd93dd


#bd93dd Border Color

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

This div border color is #bd93dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd93dd


Comments

No comments written yet.

Please login to write comment.