Color Hex Logo

#bd13ba Color Hex

#BD13BA
(189,19,186)
0 Favorites   0 Comments

Color spaces of #bd13ba

RGB 18919186
HSL0.840.820.41
HSV301°90°74°
CMYK 0.000.900.02   0.26
XYZ30.082114.829747.7313
Yxy14.82970.32470.1601
Hunter Lab38.509372.0463-46.5318
CIE-Lab45.400176.0873-46.0681

#bd13ba color RGB value is (189,19,186).

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

The process color (four color CMYK) of #bd13ba color hex is 0.00, 0.90, 0.02, 0.26. Web safe color of #bd13ba is #cc00cc. Color #bd13ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010011 10111010
Octal 275 23 272
Decimal 189 19 186
Hex BD 13 BA

RGB Percentages of Color #bd13ba

%47.97
%4.82
%47.21

CMYK Percentages of Color #bd13ba

%0
%90
%2
%26

Triadic Colors of #bd13ba

#bd13ba #babd13 #13babd

Analogous Colors of #bd13ba

#bd13ba #bd1365 #6b13bd

Monochromatic Colors of #bd13ba

#bd13ba

Complementary Color

#bd13ba #13bd16

#bd13ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd13ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd13ba Color CSS Codes

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

#bd13ba Text Font Color

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

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


#bd13ba Background Color

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

This div background color is #bd13ba


#bd13ba Border Color

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

This div border color is #bd13ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,19,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd13ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd13ba


Comments

No comments written yet.

Please login to write comment.