Color Hex Logo

#ba55eb Color Hex

#BA55EB
(186,85,235)
0 Favorites   0 Comments

Color spaces of #ba55eb

RGB 18685235
HSL0.780.790.63
HSV280°64°92°
CMYK 0.210.640.00   0.08
XYZ38.493622.934380.9952
Yxy22.93430.27030.1610
Hunter Lab47.889859.6705-66.7534
CIE-Lab55.004663.8761-58.7942

#ba55eb color RGB value is (186,85,235).

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

The process color (four color CMYK) of #ba55eb color hex is 0.21, 0.64, 0.00, 0.08. Web safe color of #ba55eb is #cc66ff. Color #ba55eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010101 11101011
Octal 272 125 353
Decimal 186 85 235
Hex BA 55 EB

RGB Percentages of Color #ba55eb

%36.76
%16.80
%46.44

CMYK Percentages of Color #ba55eb

%21
%64
%0
%8

Triadic Colors of #ba55eb

#ba55eb #ebba55 #55ebba

Analogous Colors of #ba55eb

#ba55eb #eb55d1 #6f55eb

Monochromatic Colors of #ba55eb

#ba55eb

Complementary Color

#ba55eb #86eb55

#ba55eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba55eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba55eb Color CSS Codes

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

#ba55eb Text Font Color

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

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


#ba55eb Background Color

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

This div background color is #ba55eb


#ba55eb Border Color

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

This div border color is #ba55eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba55eb


Comments

No comments written yet.

Please login to write comment.