Color Hex Logo

#bc54d4 Color Hex

#BC54D4
(188,84,212)
0 Favorites   0 Comments

Color spaces of #bc54d4

RGB 18884212
HSL0.800.600.58
HSV289°60°83°
CMYK 0.110.600.00   0.17
XYZ35.793021.785564.6059
Yxy21.78550.29290.1783
Hunter Lab46.674955.2028-49.3948
CIE-Lab53.798760.2124-47.7186

#bc54d4 color RGB value is (188,84,212).

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

The process color (four color CMYK) of #bc54d4 color hex is 0.11, 0.60, 0.00, 0.17. Web safe color of #bc54d4 is #cc66cc. Color #bc54d4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010100 11010100
Octal 274 124 324
Decimal 188 84 212
Hex BC 54 D4

RGB Percentages of Color #bc54d4

%38.84
%17.36
%43.80

CMYK Percentages of Color #bc54d4

%11
%60
%0
%17

Triadic Colors of #bc54d4

#bc54d4 #d4bc54 #54d4bc

Analogous Colors of #bc54d4

#bc54d4 #d454ac #7c54d4

Monochromatic Colors of #bc54d4

#bc54d4

Complementary Color

#bc54d4 #6cd454

#bc54d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc54d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc54d4 Color CSS Codes

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

#bc54d4 Text Font Color

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

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


#bc54d4 Background Color

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

This div background color is #bc54d4


#bc54d4 Border Color

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

This div border color is #bc54d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc54d4


Comments

No comments written yet.

Please login to write comment.