Color Hex Logo

#ba30ae Color Hex

#BA30AE
(186,48,174)
0 Favorites   0 Comments

Color spaces of #ba30ae

RGB 18648174
HSL0.850.590.46
HSV305°74°73°
CMYK 0.000.740.06   0.27
XYZ28.946615.609041.5316
Yxy15.60900.33620.1813
Hunter Lab39.508261.6427-34.6707
CIE-Lab46.457367.1879-37.3601

#ba30ae color RGB value is (186,48,174).

#ba30ae hex color red value is 186, green value is 48 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ba30ae hue: 0.85 , saturation: 0.59 and the lightness value of ba30ae is 0.46.

The process color (four color CMYK) of #ba30ae color hex is 0.00, 0.74, 0.06, 0.27. Web safe color of #ba30ae is #cc3399. Color #ba30ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110000 10101110
Octal 272 60 256
Decimal 186 48 174
Hex BA 30 AE

RGB Percentages of Color #ba30ae

%45.59
%11.76
%42.65

CMYK Percentages of Color #ba30ae

%0
%74
%6
%27

Triadic Colors of #ba30ae

#ba30ae #aeba30 #30aeba

Analogous Colors of #ba30ae

#ba30ae #ba3069 #8130ba

Monochromatic Colors of #ba30ae

#ba30ae

Complementary Color

#ba30ae #30ba3c

#ba30ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba30ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba30ae Color CSS Codes

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

#ba30ae Text Font Color

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

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


#ba30ae Background Color

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

This div background color is #ba30ae


#ba30ae Border Color

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

This div border color is #ba30ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba30ae


Comments

No comments written yet.

Please login to write comment.