Color Hex Logo

#bd41aa Color Hex

#BD41AA
(189,65,170)
0 Favorites   0 Comments

Color spaces of #bd41aa

RGB 18965170
HSL0.860.490.50
HSV309°66°74°
CMYK 0.000.660.10   0.26
XYZ30.132317.501739.8202
Yxy17.50170.34450.2001
Hunter Lab41.835055.3560-27.1500
CIE-Lab48.886161.2509-31.1522

#bd41aa color RGB value is (189,65,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000001 10101010
Octal 275 101 252
Decimal 189 65 170
Hex BD 41 AA

RGB Percentages of Color #bd41aa

%44.58
%15.33
%40.09

CMYK Percentages of Color #bd41aa

%0
%66
%10
%26

Triadic Colors of #bd41aa

#bd41aa #aabd41 #41aabd

Analogous Colors of #bd41aa

#bd41aa #bd416c #9241bd

Monochromatic Colors of #bd41aa

#bd41aa

Complementary Color

#bd41aa #41bd54

#bd41aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd41aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd41aa Color CSS Codes

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

#bd41aa Text Font Color

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

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


#bd41aa Background Color

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

This div background color is #bd41aa


#bd41aa Border Color

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

This div border color is #bd41aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd41aa


Comments

No comments written yet.

Please login to write comment.