Color Hex Logo

#bd509c Color Hex

#BD509C
(189,80,156)
0 Favorites   0 Comments

Color spaces of #bd509c

RGB 18980156
HSL0.880.450.53
HSV318°58°74°
CMYK 0.000.580.17   0.26
XYZ29.855718.956433.5379
Yxy18.95640.36250.2302
Hunter Lab43.538946.2086-15.1936
CIE-Lab50.636252.6609-20.1789

#bd509c color RGB value is (189,80,156).

#bd509c hex color red value is 189, green value is 80 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bd509c hue: 0.88 , saturation: 0.45 and the lightness value of bd509c is 0.53.

The process color (four color CMYK) of #bd509c color hex is 0.00, 0.58, 0.17, 0.26. Web safe color of #bd509c is #cc6699. Color #bd509c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 10011100
Octal 275 120 234
Decimal 189 80 156
Hex BD 50 9C

RGB Percentages of Color #bd509c

%44.47
%18.82
%36.71

CMYK Percentages of Color #bd509c

%0
%58
%17
%26

Triadic Colors of #bd509c

#bd509c #9cbd50 #509cbd

Analogous Colors of #bd509c

#bd509c #bd5066 #a850bd

Monochromatic Colors of #bd509c

#bd509c

Complementary Color

#bd509c #50bd71

#bd509c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd509c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd509c Color CSS Codes

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

#bd509c Text Font Color

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

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


#bd509c Background Color

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

This div background color is #bd509c


#bd509c Border Color

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

This div border color is #bd509c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd509c


Comments

No comments written yet.

Please login to write comment.