Color Hex Logo

#bd5ad5 Color Hex

#BD5AD5
(189,90,213)
0 Favorites   0 Comments

Color spaces of #bd5ad5

RGB 18990213
HSL0.800.590.59
HSV288°58°84°
CMYK 0.110.580.00   0.16
XYZ36.652722.935265.4459
Yxy22.93520.29310.1834
Hunter Lab47.890752.8045-47.5003
CIE-Lab55.005557.8784-46.3631

#bd5ad5 color RGB value is (189,90,213).

#bd5ad5 hex color red value is 189, green value is 90 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bd5ad5 hue: 0.80 , saturation: 0.59 and the lightness value of bd5ad5 is 0.59.

The process color (four color CMYK) of #bd5ad5 color hex is 0.11, 0.58, 0.00, 0.16. Web safe color of #bd5ad5 is #cc66cc. Color #bd5ad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011010 11010101
Octal 275 132 325
Decimal 189 90 213
Hex BD 5A D5

RGB Percentages of Color #bd5ad5

%38.41
%18.29
%43.29

CMYK Percentages of Color #bd5ad5

%11
%58
%0
%16

Triadic Colors of #bd5ad5

#bd5ad5 #d5bd5a #5ad5bd

Analogous Colors of #bd5ad5

#bd5ad5 #d55ab0 #805ad5

Monochromatic Colors of #bd5ad5

#bd5ad5

Complementary Color

#bd5ad5 #72d55a

#bd5ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5ad5 Color CSS Codes

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

#bd5ad5 Text Font Color

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

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


#bd5ad5 Background Color

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

This div background color is #bd5ad5


#bd5ad5 Border Color

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

This div border color is #bd5ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5ad5


Comments

No comments written yet.

Please login to write comment.