Color Hex Logo

#bd54db Color Hex

#BD54DB
(189,84,219)
0 Favorites   0 Comments

Color spaces of #bd54db

RGB 18984219
HSL0.800.650.59
HSV287°62°86°
CMYK 0.140.620.00   0.14
XYZ36.942822.273969.3700
Yxy22.27390.28730.1732
Hunter Lab47.195257.1320-54.1109
CIE-Lab54.316461.8063-50.8594

#bd54db color RGB value is (189,84,219).

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

The process color (four color CMYK) of #bd54db color hex is 0.14, 0.62, 0.00, 0.14. Web safe color of #bd54db is #cc66cc. Color #bd54db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 11011011
Octal 275 124 333
Decimal 189 84 219
Hex BD 54 DB

RGB Percentages of Color #bd54db

%38.41
%17.07
%44.51

CMYK Percentages of Color #bd54db

%14
%62
%0
%14

Triadic Colors of #bd54db

#bd54db #dbbd54 #54dbbd

Analogous Colors of #bd54db

#bd54db #db54b6 #7a54db

Monochromatic Colors of #bd54db

#bd54db

Complementary Color

#bd54db #72db54

#bd54db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd54db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd54db Color CSS Codes

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

#bd54db Text Font Color

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

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


#bd54db Background Color

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

This div background color is #bd54db


#bd54db Border Color

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

This div border color is #bd54db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd54db


Comments

No comments written yet.

Please login to write comment.