Color Hex Logo

#bd528f Color Hex

#BD528F
(189,82,143)
0 Favorites   0 Comments

Color spaces of #bd528f

RGB 18982143
HSL0.900.450.53
HSV326°57°74°
CMYK 0.000.570.24   0.26
XYZ28.961518.836628.0960
Yxy18.83660.38160.2482
Hunter Lab43.401243.1607-8.0009
CIE-Lab50.495549.8395-12.6809

#bd528f color RGB value is (189,82,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010010 10001111
Octal 275 122 217
Decimal 189 82 143
Hex BD 52 8F

RGB Percentages of Color #bd528f

%45.65
%19.81
%34.54

CMYK Percentages of Color #bd528f

%0
%57
%24
%26

Triadic Colors of #bd528f

#bd528f #8fbd52 #528fbd

Analogous Colors of #bd528f

#bd528f #bd5259 #b652bd

Monochromatic Colors of #bd528f

#bd528f

Complementary Color

#bd528f #52bd80

#bd528f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd528f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd528f Color CSS Codes

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

#bd528f Text Font Color

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

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


#bd528f Background Color

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

This div background color is #bd528f


#bd528f Border Color

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

This div border color is #bd528f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd528f


Comments

No comments written yet.

Please login to write comment.