Color Hex Logo

#bd43ba Color Hex

#BD43BA
(189,67,186)
0 Favorites   0 Comments

Color spaces of #bd43ba

RGB 18967186
HSL0.840.480.50
HSV301°65°74°
CMYK 0.000.650.02   0.26
XYZ31.856318.378348.3227
Yxy18.37830.32320.1865
Hunter Lab42.869957.6196-36.8224
CIE-Lab49.951863.0392-38.8453

#bd43ba color RGB value is (189,67,186).

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

The process color (four color CMYK) of #bd43ba color hex is 0.00, 0.65, 0.02, 0.26. Web safe color of #bd43ba is #cc33cc. Color #bd43ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 10111010
Octal 275 103 272
Decimal 189 67 186
Hex BD 43 BA

RGB Percentages of Color #bd43ba

%42.76
%15.16
%42.08

CMYK Percentages of Color #bd43ba

%0
%65
%2
%26

Triadic Colors of #bd43ba

#bd43ba #babd43 #43babd

Analogous Colors of #bd43ba

#bd43ba #bd437d #8343bd

Monochromatic Colors of #bd43ba

#bd43ba

Complementary Color

#bd43ba #43bd46

#bd43ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd43ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd43ba Color CSS Codes

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

#bd43ba Text Font Color

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

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


#bd43ba Background Color

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

This div background color is #bd43ba


#bd43ba Border Color

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

This div border color is #bd43ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd43ba


Comments

No comments written yet.

Please login to write comment.