Color Hex Logo

#a45bdd Color Hex

#A45BDD
(164,91,221)
0 Favorites   0 Comments

Color spaces of #a45bdd

RGB 16491221
HSL0.760.660.61
HSV274°59°87°
CMYK 0.260.590.00   0.13
XYZ32.102120.595170.6899
Yxy20.59510.26020.1669
Hunter Lab45.381846.8488-60.5870
CIE-Lab52.503552.9314-55.0698

#a45bdd color RGB value is (164,91,221).

#a45bdd hex color red value is 164, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a45bdd hue: 0.76 , saturation: 0.66 and the lightness value of a45bdd is 0.61.

The process color (four color CMYK) of #a45bdd color hex is 0.26, 0.59, 0.00, 0.13. Web safe color of #a45bdd is #9966cc. Color #a45bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011011 11011101
Octal 244 133 335
Decimal 164 91 221
Hex A4 5B DD

RGB Percentages of Color #a45bdd

%34.45
%19.12
%46.43

CMYK Percentages of Color #a45bdd

%26
%59
%0
%13

Triadic Colors of #a45bdd

#a45bdd #dda45b #5bdda4

Analogous Colors of #a45bdd

#a45bdd #dd5bd5 #635bdd

Monochromatic Colors of #a45bdd

#a45bdd

Complementary Color

#a45bdd #94dd5b

#a45bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45bdd Color CSS Codes

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

#a45bdd Text Font Color

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

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


#a45bdd Background Color

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

This div background color is #a45bdd


#a45bdd Border Color

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

This div border color is #a45bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45bdd


Comments

No comments written yet.

Please login to write comment.