Color Hex Logo

#a453ba Color Hex

#A453BA
(164,83,186)
0 Favorites   0 Comments

Color spaces of #a453ba

RGB 16483186
HSL0.800.430.53
HSV287°55°73°
CMYK 0.120.550.00   0.27
XYZ27.266017.624248.4191
Yxy17.62420.29220.1889
Hunter Lab41.981242.4654-38.9954
CIE-Lab49.037149.4275-40.5237

#a453ba color RGB value is (164,83,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010011 10111010
Octal 244 123 272
Decimal 164 83 186
Hex A4 53 BA

RGB Percentages of Color #a453ba

%37.88
%19.17
%42.96

CMYK Percentages of Color #a453ba

%12
%55
%0
%27

Triadic Colors of #a453ba

#a453ba #baa453 #53baa4

Analogous Colors of #a453ba

#a453ba #ba539d #7153ba

Monochromatic Colors of #a453ba

#a453ba

Complementary Color

#a453ba #69ba53

#a453ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a453ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a453ba Color CSS Codes

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

#a453ba Text Font Color

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

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


#a453ba Background Color

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

This div background color is #a453ba


#a453ba Border Color

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

This div border color is #a453ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a453ba


Comments

No comments written yet.

Please login to write comment.