Color Hex Logo

#bc54de Color Hex

#BC54DE
(188,84,222)
0 Favorites   0 Comments

Color spaces of #bc54de

RGB 18884222
HSL0.790.680.60
HSV285°62°87°
CMYK 0.150.620.00   0.13
XYZ37.094222.305971.4576
Yxy22.30590.28350.1705
Hunter Lab47.229157.5446-56.6453
CIE-Lab54.350162.1591-52.5106

#bc54de color RGB value is (188,84,222).

#bc54de hex color red value is 188, green value is 84 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bc54de hue: 0.79 , saturation: 0.68 and the lightness value of bc54de is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010100 11011110
Octal 274 124 336
Decimal 188 84 222
Hex BC 54 DE

RGB Percentages of Color #bc54de

%38.06
%17.00
%44.94

CMYK Percentages of Color #bc54de

%15
%62
%0
%13

Triadic Colors of #bc54de

#bc54de #debc54 #54debc

Analogous Colors of #bc54de

#bc54de #de54bb #7754de

Monochromatic Colors of #bc54de

#bc54de

Complementary Color

#bc54de #76de54

#bc54de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc54de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc54de Color CSS Codes

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

#bc54de Text Font Color

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

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


#bc54de Background Color

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

This div background color is #bc54de


#bc54de Border Color

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

This div border color is #bc54de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,84,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc54de


Comments

No comments written yet.

Please login to write comment.