Color Hex Logo

#bc54db Color Hex

#BC54DB
(188,84,219)
0 Favorites   0 Comments

Color spaces of #bc54db

RGB 18884219
HSL0.800.650.59
HSV286°62°86°
CMYK 0.140.620.00   0.14
XYZ36.695522.146569.3585
Yxy22.14650.28620.1727
Hunter Lab47.060156.8318-54.4413
CIE-Lab54.182161.5693-51.0815

#bc54db color RGB value is (188,84,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010100 11011011
Octal 274 124 333
Decimal 188 84 219
Hex BC 54 DB

RGB Percentages of Color #bc54db

%38.29
%17.11
%44.60

CMYK Percentages of Color #bc54db

%14
%62
%0
%14

Triadic Colors of #bc54db

#bc54db #dbbc54 #54dbbc

Analogous Colors of #bc54db

#bc54db #db54b7 #7954db

Monochromatic Colors of #bc54db

#bc54db

Complementary Color

#bc54db #73db54

#bc54db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc54db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc54db Color CSS Codes

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

#bc54db Text Font Color

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

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


#bc54db Background Color

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

This div background color is #bc54db


#bc54db Border Color

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

This div border color is #bc54db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc54db


Comments

No comments written yet.

Please login to write comment.