color codes Logo

#bd3a9d color codes

#BD3A9D
(189,58,157)
0 Favorites   0 Comments

Color spaces of #bd3a9d

RGB 18958157
HSL0.870.530.48
HSV315°69°74°
CMYK 0.000.690.17   0.26
XYZ28.585116.279333.5339
Yxy16.27930.36460.2076
Hunter Lab40.347655.8537-21.0341
CIE-Lab47.338861.9819-25.8587

#bd3a9d color RGB value is (189,58,157).

#bd3a9d hex color red value is 189, green value is 58 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bd3a9d hue: 0.87 , saturation: 0.53 and the lightness value of bd3a9d is 0.48.

The process color (four color CMYK) of #bd3a9d color code is 0.00, 0.69, 0.17, 0.26. Web safe color of #bd3a9d is #cc3399. Color #bd3a9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111010 10011101
Octal 275 72 235
Decimal 189 58 157
Hex BD 3A 9D

RGB Percentages of Color #bd3a9d

%46.78
%14.36
%38.86

CMYK Percentages of Color #bd3a9d

%0
%69
%17
%26

Triadic Colors of #bd3a9d

#bd3a9d #9dbd3a #3a9dbd

Analogous Colors of #bd3a9d

#bd3a9d #bd3a5c #9c3abd

Monochromatic Colors of #bd3a9d

#bd3a9d

Complementary Color

#bd3a9d #3abd5a

#bd3a9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3a9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3a9d Color CSS Codes

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

#bd3a9d Text Font Color

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

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


#bd3a9d Background Color

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

This div background color is #bd3a9d


#bd3a9d Border Color

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

This div border color is #bd3a9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3a9d


Comments

No comments written yet.

Please login to write comment.