Color Hex Logo

#ba5ebb Color Hex

#BA5EBB
(186,94,187)
0 Favorites   0 Comments

Color spaces of #ba5ebb

RGB 18694187
HSL0.830.410.55
HSV299°50°73°
CMYK 0.010.500.00   0.27
XYZ33.222022.032449.5154
Yxy22.03240.31710.2103
Hunter Lab46.938744.1950-29.6877
CIE-Lab54.061450.2193-33.0047

#ba5ebb color RGB value is (186,94,187).

#ba5ebb hex color red value is 186, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ba5ebb hue: 0.83 , saturation: 0.41 and the lightness value of ba5ebb is 0.55.

The process color (four color CMYK) of #ba5ebb color hex is 0.01, 0.50, 0.00, 0.27. Web safe color of #ba5ebb is #cc66cc. Color #ba5ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011110 10111011
Octal 272 136 273
Decimal 186 94 187
Hex BA 5E BB

RGB Percentages of Color #ba5ebb

%39.83
%20.13
%40.04

CMYK Percentages of Color #ba5ebb

%1
%50
%0
%27

Triadic Colors of #ba5ebb

#ba5ebb #bbba5e #5ebbba

Analogous Colors of #ba5ebb

#ba5ebb #bb5e8e #8c5ebb

Monochromatic Colors of #ba5ebb

#ba5ebb

Complementary Color

#ba5ebb #5fbb5e

#ba5ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5ebb Color CSS Codes

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

#ba5ebb Text Font Color

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

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


#ba5ebb Background Color

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

This div background color is #ba5ebb


#ba5ebb Border Color

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

This div border color is #ba5ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5ebb


Comments

No comments written yet.

Please login to write comment.