Color Hex Logo

#ba57ec Color Hex

#BA57EC
(186,87,236)
0 Favorites   0 Comments

Color spaces of #ba57ec

RGB 18687236
HSL0.780.800.63
HSV280°63°93°
CMYK 0.210.630.00   0.07
XYZ38.798223.311681.8116
Yxy23.31160.26960.1620
Hunter Lab48.282158.9442-66.6665
CIE-Lab55.391963.1801-58.7334

#ba57ec color RGB value is (186,87,236).

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

The process color (four color CMYK) of #ba57ec color hex is 0.21, 0.63, 0.00, 0.07. Web safe color of #ba57ec is #cc66ff. Color #ba57ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010111 11101100
Octal 272 127 354
Decimal 186 87 236
Hex BA 57 EC

RGB Percentages of Color #ba57ec

%36.54
%17.09
%46.37

CMYK Percentages of Color #ba57ec

%21
%63
%0
%7

Triadic Colors of #ba57ec

#ba57ec #ecba57 #57ecba

Analogous Colors of #ba57ec

#ba57ec #ec57d4 #7057ec

Monochromatic Colors of #ba57ec

#ba57ec

Complementary Color

#ba57ec #89ec57

#ba57ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba57ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba57ec Color CSS Codes

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

#ba57ec Text Font Color

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

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


#ba57ec Background Color

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

This div background color is #ba57ec


#ba57ec Border Color

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

This div border color is #ba57ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba57ec


Comments

No comments written yet.

Please login to write comment.