Color Hex Logo

#bd59cd Color Hex

#BD59CD
(189,89,205)
0 Favorites   0 Comments

Color spaces of #bd59cd

RGB 18989205
HSL0.810.540.58
HSV292°57°80°
CMYK 0.080.570.00   0.20
XYZ35.578122.371460.2005
Yxy22.37140.30110.1893
Hunter Lab47.298451.4964-42.3543
CIE-Lab54.418956.8151-42.7391

#bd59cd color RGB value is (189,89,205).

#bd59cd hex color red value is 189, green value is 89 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd59cd hue: 0.81 , saturation: 0.54 and the lightness value of bd59cd is 0.58.

The process color (four color CMYK) of #bd59cd color hex is 0.08, 0.57, 0.00, 0.20. Web safe color of #bd59cd is #cc66cc. Color #bd59cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 11001101
Octal 275 131 315
Decimal 189 89 205
Hex BD 59 CD

RGB Percentages of Color #bd59cd

%39.13
%18.43
%42.44

CMYK Percentages of Color #bd59cd

%8
%57
%0
%20

Triadic Colors of #bd59cd

#bd59cd #cdbd59 #59cdbd

Analogous Colors of #bd59cd

#bd59cd #cd59a3 #8359cd

Monochromatic Colors of #bd59cd

#bd59cd

Complementary Color

#bd59cd #69cd59

#bd59cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd59cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd59cd Color CSS Codes

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

#bd59cd Text Font Color

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

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


#bd59cd Background Color

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

This div background color is #bd59cd


#bd59cd Border Color

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

This div border color is #bd59cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd59cd


Comments

No comments written yet.

Please login to write comment.