Color Hex Logo

#ba4bea Color Hex

#BA4BEA
(186,75,234)
0 Favorites   0 Comments

Color spaces of #ba4bea

RGB 18675234
HSL0.780.790.61
HSV282°68°92°
CMYK 0.210.680.00   0.08
XYZ37.617121.411879.9921
Yxy21.41180.27060.1540
Hunter Lab46.272964.1323-70.1038
CIE-Lab53.397367.9749-60.8143

#ba4bea color RGB value is (186,75,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001011 11101010
Octal 272 113 352
Decimal 186 75 234
Hex BA 4B EA

RGB Percentages of Color #ba4bea

%37.58
%15.15
%47.27

CMYK Percentages of Color #ba4bea

%21
%68
%0
%8

Triadic Colors of #ba4bea

#ba4bea #eaba4b #4beaba

Analogous Colors of #ba4bea

#ba4bea #ea4bcb #6b4bea

Monochromatic Colors of #ba4bea

#ba4bea

Complementary Color

#ba4bea #7bea4b

#ba4bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4bea Color CSS Codes

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

#ba4bea Text Font Color

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

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


#ba4bea Background Color

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

This div background color is #ba4bea


#ba4bea Border Color

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

This div border color is #ba4bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4bea


Comments

No comments written yet.

Please login to write comment.