Color Hex Logo

#bd2aab Color Hex

#BD2AAB
(189,42,171)
0 Favorites   0 Comments

Color spaces of #bd2aab

RGB 18942171
HSL0.850.640.45
HSV307°78°74°
CMYK 0.000.780.10   0.26
XYZ29.164915.415039.9663
Yxy15.41500.34500.1823
Hunter Lab39.261963.8865-32.8703
CIE-Lab46.197469.1514-35.9625

#bd2aab color RGB value is (189,42,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101010 10101011
Octal 275 52 253
Decimal 189 42 171
Hex BD 2A AB

RGB Percentages of Color #bd2aab

%47.01
%10.45
%42.54

CMYK Percentages of Color #bd2aab

%0
%78
%10
%26

Triadic Colors of #bd2aab

#bd2aab #abbd2a #2aabbd

Analogous Colors of #bd2aab

#bd2aab #bd2a61 #862abd

Monochromatic Colors of #bd2aab

#bd2aab

Complementary Color

#bd2aab #2abd3c

#bd2aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2aab Color CSS Codes

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

#bd2aab Text Font Color

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

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


#bd2aab Background Color

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

This div background color is #bd2aab


#bd2aab Border Color

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

This div border color is #bd2aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2aab


Comments

No comments written yet.

Please login to write comment.