Color Hex Logo

#a253ba Color Hex

#A253BA
(162,83,186)
0 Favorites   0 Comments

Color spaces of #a253ba

RGB 16283186
HSL0.790.430.53
HSV286°55°73°
CMYK 0.130.550.00   0.27
XYZ26.856517.413148.3999
Yxy17.41310.28980.1879
Hunter Lab41.729041.8556-39.5579
CIE-Lab48.776448.8920-40.9530

#a253ba color RGB value is (162,83,186).

#a253ba hex color red value is 162, green value is 83 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a253ba hue: 0.79 , saturation: 0.43 and the lightness value of a253ba is 0.53.

The process color (four color CMYK) of #a253ba color hex is 0.13, 0.55, 0.00, 0.27. Web safe color of #a253ba is #9966cc. Color #a253ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 10111010
Octal 242 123 272
Decimal 162 83 186
Hex A2 53 BA

RGB Percentages of Color #a253ba

%37.59
%19.26
%43.16

CMYK Percentages of Color #a253ba

%13
%55
%0
%27

Triadic Colors of #a253ba

#a253ba #baa253 #53baa2

Analogous Colors of #a253ba

#a253ba #ba539f #6f53ba

Monochromatic Colors of #a253ba

#a253ba

Complementary Color

#a253ba #6bba53

#a253ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a253ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a253ba Color CSS Codes

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

#a253ba Text Font Color

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

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


#a253ba Background Color

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

This div background color is #a253ba


#a253ba Border Color

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

This div border color is #a253ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a253ba


Comments

No comments written yet.

Please login to write comment.