Color Hex Logo

#bd1aab Color Hex

#BD1AAB
(189,26,171)
0 Favorites   0 Comments

Color spaces of #bd1aab

RGB 18926171
HSL0.850.760.42
HSV307°86°74°
CMYK 0.000.860.10   0.26
XYZ28.706314.497939.8135
Yxy14.49790.34580.1746
Hunter Lab38.076167.9413-35.3421
CIE-Lab44.938772.8001-37.9500

#bd1aab color RGB value is (189,26,171).

#bd1aab hex color red value is 189, green value is 26 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bd1aab hue: 0.85 , saturation: 0.76 and the lightness value of bd1aab is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011010 10101011
Octal 275 32 253
Decimal 189 26 171
Hex BD 1A AB

RGB Percentages of Color #bd1aab

%48.96
%6.74
%44.30

CMYK Percentages of Color #bd1aab

%0
%86
%10
%26

Triadic Colors of #bd1aab

#bd1aab #abbd1a #1aabbd

Analogous Colors of #bd1aab

#bd1aab #bd1a59 #7e1abd

Monochromatic Colors of #bd1aab

#bd1aab

Complementary Color

#bd1aab #1abd2c

#bd1aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1aab Color CSS Codes

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

#bd1aab Text Font Color

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

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


#bd1aab Background Color

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

This div background color is #bd1aab


#bd1aab Border Color

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

This div border color is #bd1aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1aab


Comments

No comments written yet.

Please login to write comment.