Color Hex Logo

#ba5eeb Color Hex

#BA5EEB
(186,94,235)
0 Favorites   0 Comments

Color spaces of #ba5eeb

RGB 18694235
HSL0.780.780.65
HSV279°60°92°
CMYK 0.210.600.00   0.08
XYZ39.247824.442781.2466
Yxy24.44270.27080.1686
Hunter Lab49.439655.1837-62.8267
CIE-Lab56.528359.7087-56.3544

#ba5eeb color RGB value is (186,94,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011110 11101011
Octal 272 136 353
Decimal 186 94 235
Hex BA 5E EB

RGB Percentages of Color #ba5eeb

%36.12
%18.25
%45.63

CMYK Percentages of Color #ba5eeb

%21
%60
%0
%8

Triadic Colors of #ba5eeb

#ba5eeb #ebba5e #5eebba

Analogous Colors of #ba5eeb

#ba5eeb #eb5ed6 #745eeb

Monochromatic Colors of #ba5eeb

#ba5eeb

Complementary Color

#ba5eeb #8feb5e

#ba5eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5eeb Color CSS Codes

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

#ba5eeb Text Font Color

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

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


#ba5eeb Background Color

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

This div background color is #ba5eeb


#ba5eeb Border Color

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

This div border color is #ba5eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5eeb


Comments

No comments written yet.

Please login to write comment.