Color Hex Logo

#ba4ceb Color Hex

#BA4CEB
(186,76,235)
0 Favorites   0 Comments

Color spaces of #ba4ceb

RGB 18676235
HSL0.780.800.61
HSV282°68°92°
CMYK 0.210.680.00   0.08
XYZ37.829521.606180.7738
Yxy21.60610.26980.1541
Hunter Lab46.482463.9274-70.4924
CIE-Lab53.606667.7625-61.0394

#ba4ceb color RGB value is (186,76,235).

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

The process color (four color CMYK) of #ba4ceb color hex is 0.21, 0.68, 0.00, 0.08. Web safe color of #ba4ceb is #cc33ff. Color #ba4ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001100 11101011
Octal 272 114 353
Decimal 186 76 235
Hex BA 4C EB

RGB Percentages of Color #ba4ceb

%37.42
%15.29
%47.28

CMYK Percentages of Color #ba4ceb

%21
%68
%0
%8

Triadic Colors of #ba4ceb

#ba4ceb #ebba4c #4cebba

Analogous Colors of #ba4ceb

#ba4ceb #eb4ccd #6b4ceb

Monochromatic Colors of #ba4ceb

#ba4ceb

Complementary Color

#ba4ceb #7deb4c

#ba4ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4ceb Color CSS Codes

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

#ba4ceb Text Font Color

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

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


#ba4ceb Background Color

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

This div background color is #ba4ceb


#ba4ceb Border Color

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

This div border color is #ba4ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4ceb


Comments

No comments written yet.

Please login to write comment.