Color Hex Logo

#bd11a9 Color Hex

#BD11A9
(189,17,169)
0 Favorites   0 Comments

Color spaces of #bd11a9

RGB 18917169
HSL0.850.830.40
HSV307°91°74°
CMYK 0.000.910.11   0.26
XYZ28.348114.084338.7605
Yxy14.08430.34910.1735
Hunter Lab37.529169.1566-34.9651
CIE-Lab44.353673.9209-37.6867

#bd11a9 color RGB value is (189,17,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010001 10101001
Octal 275 21 251
Decimal 189 17 169
Hex BD 11 A9

RGB Percentages of Color #bd11a9

%50.40
%4.53
%45.07

CMYK Percentages of Color #bd11a9

%0
%91
%11
%26

Triadic Colors of #bd11a9

#bd11a9 #a9bd11 #11a9bd

Analogous Colors of #bd11a9

#bd11a9 #bd1153 #7b11bd

Monochromatic Colors of #bd11a9

#bd11a9

Complementary Color

#bd11a9 #11bd25

#bd11a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd11a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd11a9 Color CSS Codes

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

#bd11a9 Text Font Color

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

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


#bd11a9 Background Color

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

This div background color is #bd11a9


#bd11a9 Border Color

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

This div border color is #bd11a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd11a9


Comments

No comments written yet.

Please login to write comment.