Color Hex Logo

#bd1dab Color Hex

#BD1DAB
(189,29,171)
0 Favorites   0 Comments

Color spaces of #bd1dab

RGB 18929171
HSL0.850.730.43
HSV307°85°74°
CMYK 0.000.850.10   0.26
XYZ28.776314.637839.8368
Yxy14.63780.34570.1758
Hunter Lab38.259467.3026-34.9529
CIE-Lab45.134172.2304-37.6410

#bd1dab color RGB value is (189,29,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011101 10101011
Octal 275 35 253
Decimal 189 29 171
Hex BD 1D AB

RGB Percentages of Color #bd1dab

%48.59
%7.46
%43.96

CMYK Percentages of Color #bd1dab

%0
%85
%10
%26

Triadic Colors of #bd1dab

#bd1dab #abbd1d #1dabbd

Analogous Colors of #bd1dab

#bd1dab #bd1d5b #7f1dbd

Monochromatic Colors of #bd1dab

#bd1dab

Complementary Color

#bd1dab #1dbd2f

#bd1dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1dab Color CSS Codes

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

#bd1dab Text Font Color

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

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


#bd1dab Background Color

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

This div background color is #bd1dab


#bd1dab Border Color

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

This div border color is #bd1dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1dab


Comments

No comments written yet.

Please login to write comment.