Color Hex Logo

#bc57ea Color Hex

#BC57EA
(188,87,234)
0 Favorites   0 Comments

Color spaces of #bc57ea

RGB 18887234
HSL0.780.780.63
HSV281°63°92°
CMYK 0.200.630.00   0.08
XYZ38.998523.448380.3124
Yxy23.44830.27320.1643
Hunter Lab48.423459.0164-64.4386
CIE-Lab55.531163.2169-57.3757

#bc57ea color RGB value is (188,87,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010111 11101010
Octal 274 127 352
Decimal 188 87 234
Hex BC 57 EA

RGB Percentages of Color #bc57ea

%36.94
%17.09
%45.97

CMYK Percentages of Color #bc57ea

%20
%63
%0
%8

Triadic Colors of #bc57ea

#bc57ea #eabc57 #57eabc

Analogous Colors of #bc57ea

#bc57ea #ea57cf #7357ea

Monochromatic Colors of #bc57ea

#bc57ea

Complementary Color

#bc57ea #85ea57

#bc57ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc57ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc57ea Color CSS Codes

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

#bc57ea Text Font Color

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

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


#bc57ea Background Color

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

This div background color is #bc57ea


#bc57ea Border Color

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

This div border color is #bc57ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc57ea


Comments

No comments written yet.

Please login to write comment.