Color Hex Logo

#bd528b Color Hex

#BD528B
(189,82,139)
0 Favorites   0 Comments

Color spaces of #bd528b

RGB 18982139
HSL0.910.450.53
HSV328°57°74°
CMYK 0.000.570.26   0.26
XYZ28.663818.717526.5282
Yxy18.71750.38780.2532
Hunter Lab43.263742.5513-6.0705
CIE-Lab50.355049.2881-10.5092

#bd528b color RGB value is (189,82,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010010 10001011
Octal 275 122 213
Decimal 189 82 139
Hex BD 52 8B

RGB Percentages of Color #bd528b

%46.10
%20.00
%33.90

CMYK Percentages of Color #bd528b

%0
%57
%26
%26

Triadic Colors of #bd528b

#bd528b #8bbd52 #528bbd

Analogous Colors of #bd528b

#bd528b #bd5255 #ba52bd

Monochromatic Colors of #bd528b

#bd528b

Complementary Color

#bd528b #52bd84

#bd528b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd528b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd528b Color CSS Codes

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

#bd528b Text Font Color

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

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


#bd528b Background Color

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

This div background color is #bd528b


#bd528b Border Color

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

This div border color is #bd528b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd528b


Comments

No comments written yet.

Please login to write comment.