Color Hex Logo

#a249ba Color Hex

#A249BA
(162,73,186)
0 Favorites   0 Comments

Color spaces of #a249ba

RGB 16273186
HSL0.800.450.51
HSV287°61°73°
CMYK 0.130.610.00   0.27
XYZ26.145815.991648.1630
Yxy15.99160.28950.1771
Hunter Lab39.989546.7246-43.4157
CIE-Lab46.963553.7863-43.8293

#a249ba color RGB value is (162,73,186).

#a249ba hex color red value is 162, green value is 73 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a249ba hue: 0.80 , saturation: 0.45 and the lightness value of a249ba is 0.51.

The process color (four color CMYK) of #a249ba color hex is 0.13, 0.61, 0.00, 0.27. Web safe color of #a249ba is #9933cc. Color #a249ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001001 10111010
Octal 242 111 272
Decimal 162 73 186
Hex A2 49 BA

RGB Percentages of Color #a249ba

%38.48
%17.34
%44.18

CMYK Percentages of Color #a249ba

%13
%61
%0
%27

Triadic Colors of #a249ba

#a249ba #baa249 #49baa2

Analogous Colors of #a249ba

#a249ba #ba499a #6a49ba

Monochromatic Colors of #a249ba

#a249ba

Complementary Color

#a249ba #61ba49

#a249ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a249ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a249ba Color CSS Codes

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

#a249ba Text Font Color

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

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


#a249ba Background Color

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

This div background color is #a249ba


#a249ba Border Color

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

This div border color is #a249ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a249ba


Comments

No comments written yet.

Please login to write comment.