Color Hex Logo

#bd59dd Color Hex

#BD59DD
(189,89,221)
0 Favorites   0 Comments

Color spaces of #bd59dd

RGB 18989221
HSL0.790.660.61
HSV285°60°87°
CMYK 0.140.600.00   0.13
XYZ37.609823.184070.8993
Yxy23.18400.28560.1760
Hunter Lab48.149855.1643-53.5982
CIE-Lab55.261459.9163-50.4856

#bd59dd color RGB value is (189,89,221).

#bd59dd hex color red value is 189, green value is 89 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bd59dd hue: 0.79 , saturation: 0.66 and the lightness value of bd59dd is 0.61.

The process color (four color CMYK) of #bd59dd color hex is 0.14, 0.60, 0.00, 0.13. Web safe color of #bd59dd is #cc66cc. Color #bd59dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 11011101
Octal 275 131 335
Decimal 189 89 221
Hex BD 59 DD

RGB Percentages of Color #bd59dd

%37.88
%17.84
%44.29

CMYK Percentages of Color #bd59dd

%14
%60
%0
%13

Triadic Colors of #bd59dd

#bd59dd #ddbd59 #59ddbd

Analogous Colors of #bd59dd

#bd59dd #dd59bb #7b59dd

Monochromatic Colors of #bd59dd

#bd59dd

Complementary Color

#bd59dd #79dd59

#bd59dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd59dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd59dd Color CSS Codes

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

#bd59dd Text Font Color

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

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


#bd59dd Background Color

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

This div background color is #bd59dd


#bd59dd Border Color

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

This div border color is #bd59dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,89,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 #bd59dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd59dd


Comments

No comments written yet.

Please login to write comment.