Color Hex Logo

#bd43db Color Hex

#BD43DB
(189,67,219)
0 Favorites   0 Comments

Color spaces of #bd43db

RGB 18967219
HSL0.800.680.56
HSV288°69°86°
CMYK 0.140.690.00   0.14
XYZ35.779619.947668.9823
Yxy19.94760.28690.1600
Hunter Lab44.662764.8377-60.3104
CIE-Lab51.777968.8775-54.9149

#bd43db color RGB value is (189,67,219).

#bd43db hex color red value is 189, green value is 67 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd43db hue: 0.80 , saturation: 0.68 and the lightness value of bd43db is 0.56.

The process color (four color CMYK) of #bd43db color hex is 0.14, 0.69, 0.00, 0.14. Web safe color of #bd43db is #cc33cc. Color #bd43db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 11011011
Octal 275 103 333
Decimal 189 67 219
Hex BD 43 DB

RGB Percentages of Color #bd43db

%39.79
%14.11
%46.11

CMYK Percentages of Color #bd43db

%14
%69
%0
%14

Triadic Colors of #bd43db

#bd43db #dbbd43 #43dbbd

Analogous Colors of #bd43db

#bd43db #db43ad #7143db

Monochromatic Colors of #bd43db

#bd43db

Complementary Color

#bd43db #61db43

#bd43db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd43db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd43db Color CSS Codes

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

#bd43db Text Font Color

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

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


#bd43db Background Color

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

This div background color is #bd43db


#bd43db Border Color

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

This div border color is #bd43db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd43db


Comments

No comments written yet.

Please login to write comment.