Color Hex Logo

#bc54bc Color Hex

#BC54BC
(188,84,188)
0 Favorites   0 Comments

Color spaces of #bc54bc

RGB 18884188
HSL0.830.440.53
HSV300°55°74°
CMYK 0.000.550.00   0.26
XYZ32.986520.662949.8267
Yxy20.66290.31880.1997
Hunter Lab45.456549.9837-33.1707
CIE-Lab52.578655.7764-35.8829

#bc54bc color RGB value is (188,84,188).

#bc54bc hex color red value is 188, green value is 84 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bc54bc hue: 0.83 , saturation: 0.44 and the lightness value of bc54bc is 0.53.

The process color (four color CMYK) of #bc54bc color hex is 0.00, 0.55, 0.00, 0.26. Web safe color of #bc54bc is #cc66cc. Color #bc54bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010100 10111100
Octal 274 124 274
Decimal 188 84 188
Hex BC 54 BC

RGB Percentages of Color #bc54bc

%40.87
%18.26
%40.87

CMYK Percentages of Color #bc54bc

%0
%55
%0
%26

Triadic Colors of #bc54bc

#bc54bc #bcbc54 #54bcbc

Analogous Colors of #bc54bc

#bc54bc #bc5488 #8854bc

Monochromatic Colors of #bc54bc

#bc54bc

Complementary Color

#bc54bc #54bc54

#bc54bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc54bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc54bc Color CSS Codes

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

#bc54bc Text Font Color

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

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


#bc54bc Background Color

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

This div background color is #bc54bc


#bc54bc Border Color

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

This div border color is #bc54bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc54bc


Comments

No comments written yet.

Please login to write comment.