Color Hex Logo

#bd52ae Color Hex

#BD52AE
(189,82,174)
0 Favorites   0 Comments

Color spaces of #bd52ae

RGB 18982174
HSL0.860.450.53
HSV308°57°74°
CMYK 0.000.570.08   0.26
XYZ31.643519.909442.2195
Yxy19.90940.33750.2123
Hunter Lab44.620048.5034-24.8664
CIE-Lab51.734654.5794-29.0576

#bd52ae color RGB value is (189,82,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010010 10101110
Octal 275 122 256
Decimal 189 82 174
Hex BD 52 AE

RGB Percentages of Color #bd52ae

%42.47
%18.43
%39.10

CMYK Percentages of Color #bd52ae

%0
%57
%8
%26

Triadic Colors of #bd52ae

#bd52ae #aebd52 #52aebd

Analogous Colors of #bd52ae

#bd52ae #bd5279 #9752bd

Monochromatic Colors of #bd52ae

#bd52ae

Complementary Color

#bd52ae #52bd61

#bd52ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd52ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd52ae Color CSS Codes

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

#bd52ae Text Font Color

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

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


#bd52ae Background Color

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

This div background color is #bd52ae


#bd52ae Border Color

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

This div border color is #bd52ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd52ae


Comments

No comments written yet.

Please login to write comment.