Color Hex Logo

#bd529e Color Hex

#BD529E
(189,82,158)
0 Favorites   0 Comments

Color spaces of #bd529e

RGB 18982158
HSL0.880.450.53
HSV317°57°74°
CMYK 0.000.570.16   0.26
XYZ30.175119.322034.4869
Yxy19.32200.35930.2301
Hunter Lab43.956845.6108-15.7470
CIE-Lab51.061852.0339-20.7072

#bd529e color RGB value is (189,82,158).

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

The process color (four color CMYK) of #bd529e color hex is 0.00, 0.57, 0.16, 0.26. Web safe color of #bd529e is #cc6699. Color #bd529e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010010 10011110
Octal 275 122 236
Decimal 189 82 158
Hex BD 52 9E

RGB Percentages of Color #bd529e

%44.06
%19.11
%36.83

CMYK Percentages of Color #bd529e

%0
%57
%16
%26

Triadic Colors of #bd529e

#bd529e #9ebd52 #529ebd

Analogous Colors of #bd529e

#bd529e #bd5269 #a752bd

Monochromatic Colors of #bd529e

#bd529e

Complementary Color

#bd529e #52bd71

#bd529e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd529e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd529e Color CSS Codes

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

#bd529e Text Font Color

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

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


#bd529e Background Color

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

This div background color is #bd529e


#bd529e Border Color

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

This div border color is #bd529e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd529e


Comments

No comments written yet.

Please login to write comment.