Color Hex Logo

#bd43bb Color Hex

#BD43BB
(189,67,187)
0 Favorites   0 Comments

Color spaces of #bd43bb

RGB 18967187
HSL0.840.480.50
HSV301°65°74°
CMYK 0.000.650.01   0.26
XYZ31.963118.421048.8847
Yxy18.42100.32200.1856
Hunter Lab42.919757.8228-37.4864
CIE-Lab50.002863.2069-39.3464

#bd43bb color RGB value is (189,67,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 10111011
Octal 275 103 273
Decimal 189 67 187
Hex BD 43 BB

RGB Percentages of Color #bd43bb

%42.66
%15.12
%42.21

CMYK Percentages of Color #bd43bb

%0
%65
%1
%26

Triadic Colors of #bd43bb

#bd43bb #bbbd43 #43bbbd

Analogous Colors of #bd43bb

#bd43bb #bd437e #8243bd

Monochromatic Colors of #bd43bb

#bd43bb

Complementary Color

#bd43bb #43bd45

#bd43bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd43bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd43bb Color CSS Codes

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

#bd43bb Text Font Color

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

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


#bd43bb Background Color

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

This div background color is #bd43bb


#bd43bb Border Color

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

This div border color is #bd43bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd43bb


Comments

No comments written yet.

Please login to write comment.