Color Hex Logo

#bc53ea Color Hex

#BC53EA
(188,83,234)
0 Favorites   0 Comments

Color spaces of #bc53ea

RGB 18883234
HSL0.780.780.62
HSV282°65°92°
CMYK 0.200.650.00   0.08
XYZ38.683622.818480.2074
Yxy22.81840.27300.1610
Hunter Lab47.768660.9564-66.1147
CIE-Lab54.884865.0002-58.4113

#bc53ea color RGB value is (188,83,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010011 11101010
Octal 274 123 352
Decimal 188 83 234
Hex BC 53 EA

RGB Percentages of Color #bc53ea

%37.23
%16.44
%46.34

CMYK Percentages of Color #bc53ea

%20
%65
%0
%8

Triadic Colors of #bc53ea

#bc53ea #eabc53 #53eabc

Analogous Colors of #bc53ea

#bc53ea #ea53cd #7153ea

Monochromatic Colors of #bc53ea

#bc53ea

Complementary Color

#bc53ea #81ea53

#bc53ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc53ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc53ea Color CSS Codes

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

#bc53ea Text Font Color

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

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


#bc53ea Background Color

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

This div background color is #bc53ea


#bc53ea Border Color

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

This div border color is #bc53ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc53ea


Comments

No comments written yet.

Please login to write comment.