Color Hex Logo

#ba4eeb Color Hex

#BA4EEB
(186,78,235)
0 Favorites   0 Comments

Color spaces of #ba4eeb

RGB 18678235
HSL0.780.800.61
HSV281°67°92°
CMYK 0.210.670.00   0.08
XYZ37.969521.886080.8205
Yxy21.88600.26990.1556
Hunter Lab46.782563.0045-69.6805
CIE-Lab53.905866.9256-60.5582

#ba4eeb color RGB value is (186,78,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001110 11101011
Octal 272 116 353
Decimal 186 78 235
Hex BA 4E EB

RGB Percentages of Color #ba4eeb

%37.27
%15.63
%47.09

CMYK Percentages of Color #ba4eeb

%21
%67
%0
%8

Triadic Colors of #ba4eeb

#ba4eeb #ebba4e #4eebba

Analogous Colors of #ba4eeb

#ba4eeb #eb4ece #6c4eeb

Monochromatic Colors of #ba4eeb

#ba4eeb

Complementary Color

#ba4eeb #7feb4e

#ba4eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4eeb Color CSS Codes

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

#ba4eeb Text Font Color

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

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


#ba4eeb Background Color

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

This div background color is #ba4eeb


#ba4eeb Border Color

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

This div border color is #ba4eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4eeb


Comments

No comments written yet.

Please login to write comment.