Color Hex Logo

#a453bb Color Hex

#A453BB
(164,83,187)
0 Favorites   0 Comments

Color spaces of #a453bb

RGB 16483187
HSL0.800.430.53
HSV287°56°73°
CMYK 0.120.560.00   0.27
XYZ27.372717.666948.9811
Yxy17.66690.29110.1879
Hunter Lab42.032042.6894-39.6699
CIE-Lab49.089649.6308-41.0215

#a453bb color RGB value is (164,83,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010011 10111011
Octal 244 123 273
Decimal 164 83 187
Hex A4 53 BB

RGB Percentages of Color #a453bb

%37.79
%19.12
%43.09

CMYK Percentages of Color #a453bb

%12
%56
%0
%27

Triadic Colors of #a453bb

#a453bb #bba453 #53bba4

Analogous Colors of #a453bb

#a453bb #bb539e #7053bb

Monochromatic Colors of #a453bb

#a453bb

Complementary Color

#a453bb #6abb53

#a453bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a453bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a453bb Color CSS Codes

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

#a453bb Text Font Color

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

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


#a453bb Background Color

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

This div background color is #a453bb


#a453bb Border Color

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

This div border color is #a453bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,83,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a453bb


Comments

No comments written yet.

Please login to write comment.