Color Hex Logo

#bd40ab Color Hex

#BD40AB
(189,64,171)
0 Favorites   0 Comments

Color spaces of #bd40ab

RGB 18964171
HSL0.860.490.50
HSV309°66°74°
CMYK 0.000.660.10   0.26
XYZ30.170317.425940.3015
Yxy17.42590.34320.1983
Hunter Lab41.744355.9565-28.0197
CIE-Lab48.792361.7985-31.8879

#bd40ab color RGB value is (189,64,171).

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

The process color (four color CMYK) of #bd40ab color hex is 0.00, 0.66, 0.10, 0.26. Web safe color of #bd40ab is #cc3399. Color #bd40ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000000 10101011
Octal 275 100 253
Decimal 189 64 171
Hex BD 40 AB

RGB Percentages of Color #bd40ab

%44.58
%15.09
%40.33

CMYK Percentages of Color #bd40ab

%0
%66
%10
%26

Triadic Colors of #bd40ab

#bd40ab #abbd40 #40abbd

Analogous Colors of #bd40ab

#bd40ab #bd406d #9140bd

Monochromatic Colors of #bd40ab

#bd40ab

Complementary Color

#bd40ab #40bd52

#bd40ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd40ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd40ab Color CSS Codes

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

#bd40ab Text Font Color

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

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


#bd40ab Background Color

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

This div background color is #bd40ab


#bd40ab Border Color

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

This div border color is #bd40ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,64,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 #bd40ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd40ab


Comments

No comments written yet.

Please login to write comment.