Color Hex Logo

#bd53ab Color Hex

#BD53AB
(189,83,171)
0 Favorites   0 Comments

Color spaces of #bd53ab

RGB 18983171
HSL0.860.450.53
HSV310°56°74°
CMYK 0.000.560.10   0.26
XYZ31.430219.945640.7214
Yxy19.94560.34130.2166
Hunter Lab44.660547.4650-22.7982
CIE-Lab51.775653.6221-27.2411

#bd53ab color RGB value is (189,83,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 10101011
Octal 275 123 253
Decimal 189 83 171
Hex BD 53 AB

RGB Percentages of Color #bd53ab

%42.66
%18.74
%38.60

CMYK Percentages of Color #bd53ab

%0
%56
%10
%26

Triadic Colors of #bd53ab

#bd53ab #abbd53 #53abbd

Analogous Colors of #bd53ab

#bd53ab #bd5376 #9a53bd

Monochromatic Colors of #bd53ab

#bd53ab

Complementary Color

#bd53ab #53bd65

#bd53ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd53ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd53ab Color CSS Codes

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

#bd53ab Text Font Color

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

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


#bd53ab Background Color

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

This div background color is #bd53ab


#bd53ab Border Color

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

This div border color is #bd53ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd53ab


Comments

No comments written yet.

Please login to write comment.