Color Hex Logo

#bd538a Color Hex

#BD538A
(189,83,138)
0 Favorites   0 Comments

Color spaces of #bd538a

RGB 18983138
HSL0.910.450.53
HSV329°56°74°
CMYK 0.000.560.27   0.26
XYZ28.667018.840326.1704
Yxy18.84030.38910.2557
Hunter Lab43.405441.9304-5.3639
CIE-Lab50.499848.6765-9.6954

#bd538a color RGB value is (189,83,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 10001010
Octal 275 123 212
Decimal 189 83 138
Hex BD 53 8A

RGB Percentages of Color #bd538a

%46.10
%20.24
%33.66

CMYK Percentages of Color #bd538a

%0
%56
%27
%26

Triadic Colors of #bd538a

#bd538a #8abd53 #538abd

Analogous Colors of #bd538a

#bd538a #bd5355 #bb53bd

Monochromatic Colors of #bd538a

#bd538a

Complementary Color

#bd538a #53bd86

#bd538a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd538a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd538a Color CSS Codes

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

#bd538a Text Font Color

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

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


#bd538a Background Color

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

This div background color is #bd538a


#bd538a Border Color

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

This div border color is #bd538a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd538a


Comments

No comments written yet.

Please login to write comment.