Color Hex Logo

#bd11aa Color Hex

#BD11AA
(189,17,170)
0 Favorites   0 Comments

Color spaces of #bd11aa

RGB 18917170
HSL0.850.830.40
HSV307°91°74°
CMYK 0.000.910.10   0.26
XYZ28.442414.122039.2569
Yxy14.12200.34760.1726
Hunter Lab37.579269.3366-35.6314
CIE-Lab44.407474.0590-38.1964

#bd11aa color RGB value is (189,17,170).

#bd11aa hex color red value is 189, green value is 17 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bd11aa hue: 0.85 , saturation: 0.83 and the lightness value of bd11aa is 0.40.

The process color (four color CMYK) of #bd11aa color hex is 0.00, 0.91, 0.10, 0.26. Web safe color of #bd11aa is #cc0099. Color #bd11aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010001 10101010
Octal 275 21 252
Decimal 189 17 170
Hex BD 11 AA

RGB Percentages of Color #bd11aa

%50.27
%4.52
%45.21

CMYK Percentages of Color #bd11aa

%0
%91
%10
%26

Triadic Colors of #bd11aa

#bd11aa #aabd11 #11aabd

Analogous Colors of #bd11aa

#bd11aa #bd1154 #7a11bd

Monochromatic Colors of #bd11aa

#bd11aa

Complementary Color

#bd11aa #11bd24

#bd11aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd11aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd11aa Color CSS Codes

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

#bd11aa Text Font Color

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

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


#bd11aa Background Color

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

This div background color is #bd11aa


#bd11aa Border Color

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

This div border color is #bd11aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd11aa


Comments

No comments written yet.

Please login to write comment.