Color Hex Logo

#ba4dea Color Hex

#BA4DEA
(186,77,234)
0 Favorites   0 Comments

Color spaces of #ba4dea

RGB 18677234
HSL0.780.790.61
HSV282°67°92°
CMYK 0.210.670.00   0.08
XYZ37.754921.687480.0381
Yxy21.68740.27070.1555
Hunter Lab46.569763.2161-69.3013
CIE-Lab53.693767.1447-60.3377

#ba4dea color RGB value is (186,77,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001101 11101010
Octal 272 115 352
Decimal 186 77 234
Hex BA 4D EA

RGB Percentages of Color #ba4dea

%37.42
%15.49
%47.08

CMYK Percentages of Color #ba4dea

%21
%67
%0
%8

Triadic Colors of #ba4dea

#ba4dea #eaba4d #4deaba

Analogous Colors of #ba4dea

#ba4dea #ea4dcc #6c4dea

Monochromatic Colors of #ba4dea

#ba4dea

Complementary Color

#ba4dea #7dea4d

#ba4dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4dea Color CSS Codes

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

#ba4dea Text Font Color

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

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


#ba4dea Background Color

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

This div background color is #ba4dea


#ba4dea Border Color

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

This div border color is #ba4dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4dea


Comments

No comments written yet.

Please login to write comment.