Color Hex Logo

#bd13ab Color Hex

#BD13AB
(189,19,171)
0 Favorites   0 Comments

Color spaces of #bd13ab

RGB 18919171
HSL0.850.820.41
HSV306°90°74°
CMYK 0.000.900.10   0.26
XYZ28.569814.224839.7679
Yxy14.22480.34600.1723
Hunter Lab37.715869.2116-36.1149
CIE-Lab44.553673.9273-38.5593

#bd13ab color RGB value is (189,19,171).

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

The process color (four color CMYK) of #bd13ab color hex is 0.00, 0.90, 0.10, 0.26. Web safe color of #bd13ab is #cc0099. Color #bd13ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010011 10101011
Octal 275 23 253
Decimal 189 19 171
Hex BD 13 AB

RGB Percentages of Color #bd13ab

%49.87
%5.01
%45.12

CMYK Percentages of Color #bd13ab

%0
%90
%10
%26

Triadic Colors of #bd13ab

#bd13ab #abbd13 #13abbd

Analogous Colors of #bd13ab

#bd13ab #bd1356 #7a13bd

Monochromatic Colors of #bd13ab

#bd13ab

Complementary Color

#bd13ab #13bd25

#bd13ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd13ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd13ab Color CSS Codes

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

#bd13ab Text Font Color

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

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


#bd13ab Background Color

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

This div background color is #bd13ab


#bd13ab Border Color

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

This div border color is #bd13ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd13ab


Comments

No comments written yet.

Please login to write comment.