Color Hex Logo

#ba31ae Color Hex

#BA31AE
(186,49,174)
0 Favorites   0 Comments

Color spaces of #ba31ae

RGB 18649174
HSL0.850.580.46
HSV305°74°73°
CMYK 0.000.740.06   0.27
XYZ28.988015.691741.5454
Yxy15.69170.33620.1820
Hunter Lab39.612861.3012-34.4537
CIE-Lab46.567466.8736-37.1863

#ba31ae color RGB value is (186,49,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110001 10101110
Octal 272 61 256
Decimal 186 49 174
Hex BA 31 AE

RGB Percentages of Color #ba31ae

%45.48
%11.98
%42.54

CMYK Percentages of Color #ba31ae

%0
%74
%6
%27

Triadic Colors of #ba31ae

#ba31ae #aeba31 #31aeba

Analogous Colors of #ba31ae

#ba31ae #ba316a #8231ba

Monochromatic Colors of #ba31ae

#ba31ae

Complementary Color

#ba31ae #31ba3d

#ba31ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba31ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba31ae Color CSS Codes

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

#ba31ae Text Font Color

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

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


#ba31ae Background Color

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

This div background color is #ba31ae


#ba31ae Border Color

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

This div border color is #ba31ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba31ae


Comments

No comments written yet.

Please login to write comment.