Color Hex Logo

#bc52ea Color Hex

#BC52EA
(188,82,234)
0 Favorites   0 Comments

Color spaces of #bc52ea

RGB 18882234
HSL0.780.780.62
HSV282°65°92°
CMYK 0.200.650.00   0.08
XYZ38.607622.666580.1821
Yxy22.66650.27290.1602
Hunter Lab47.609361.4337-66.5277
CIE-Lab54.727165.4368-58.6641

#bc52ea color RGB value is (188,82,234).

#bc52ea hex color red value is 188, green value is 82 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bc52ea hue: 0.78 , saturation: 0.78 and the lightness value of bc52ea is 0.62.

The process color (four color CMYK) of #bc52ea color hex is 0.20, 0.65, 0.00, 0.08. Web safe color of #bc52ea is #cc66ff. Color #bc52ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010010 11101010
Octal 274 122 352
Decimal 188 82 234
Hex BC 52 EA

RGB Percentages of Color #bc52ea

%37.30
%16.27
%46.43

CMYK Percentages of Color #bc52ea

%20
%65
%0
%8

Triadic Colors of #bc52ea

#bc52ea #eabc52 #52eabc

Analogous Colors of #bc52ea

#bc52ea #ea52cc #7052ea

Monochromatic Colors of #bc52ea

#bc52ea

Complementary Color

#bc52ea #80ea52

#bc52ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc52ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc52ea Color CSS Codes

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

#bc52ea Text Font Color

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

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


#bc52ea Background Color

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

This div background color is #bc52ea


#bc52ea Border Color

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

This div border color is #bc52ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc52ea


Comments

No comments written yet.

Please login to write comment.