Color Hex Logo

#bd40aa Color Hex

#BD40AA
(189,64,170)
0 Favorites   0 Comments

Color spaces of #bd40aa

RGB 18964170
HSL0.860.490.50
HSV309°66°74°
CMYK 0.000.660.10   0.26
XYZ30.075417.387939.8013
Yxy17.38790.34460.1993
Hunter Lab41.698855.7708-27.4029
CIE-Lab48.745161.6436-31.3726

#bd40aa color RGB value is (189,64,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000000 10101010
Octal 275 100 252
Decimal 189 64 170
Hex BD 40 AA

RGB Percentages of Color #bd40aa

%44.68
%15.13
%40.19

CMYK Percentages of Color #bd40aa

%0
%66
%10
%26

Triadic Colors of #bd40aa

#bd40aa #aabd40 #40aabd

Analogous Colors of #bd40aa

#bd40aa #bd406c #9240bd

Monochromatic Colors of #bd40aa

#bd40aa

Complementary Color

#bd40aa #40bd53

#bd40aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd40aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd40aa Color CSS Codes

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

#bd40aa Text Font Color

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

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


#bd40aa Background Color

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

This div background color is #bd40aa


#bd40aa Border Color

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

This div border color is #bd40aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd40aa


Comments

No comments written yet.

Please login to write comment.