Color Hex Logo

#bd29ab Color Hex

#BD29AB
(189,41,171)
0 Favorites   0 Comments

Color spaces of #bd29ab

RGB 18941171
HSL0.850.640.45
HSV307°78°74°
CMYK 0.000.780.10   0.26
XYZ29.129915.345039.9546
Yxy15.34500.34500.1817
Hunter Lab39.172764.1853-33.0526
CIE-Lab46.103169.4229-36.1111

#bd29ab color RGB value is (189,41,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 10101011
Octal 275 51 253
Decimal 189 41 171
Hex BD 29 AB

RGB Percentages of Color #bd29ab

%47.13
%10.22
%42.64

CMYK Percentages of Color #bd29ab

%0
%78
%10
%26

Triadic Colors of #bd29ab

#bd29ab #abbd29 #29abbd

Analogous Colors of #bd29ab

#bd29ab #bd2961 #8529bd

Monochromatic Colors of #bd29ab

#bd29ab

Complementary Color

#bd29ab #29bd3b

#bd29ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd29ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd29ab Color CSS Codes

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

#bd29ab Text Font Color

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

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


#bd29ab Background Color

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

This div background color is #bd29ab


#bd29ab Border Color

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

This div border color is #bd29ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd29ab


Comments

No comments written yet.

Please login to write comment.