Color Hex Logo

#a45dea Color Hex

#A45DEA
(164,93,234)
0 Favorites   0 Comments

Color spaces of #a45dea

RGB 16493234
HSL0.750.770.64
HSV270°60°92°
CMYK 0.300.600.00   0.08
XYZ34.075521.661780.2271
Yxy21.66170.25060.1593
Hunter Lab46.542149.2388-69.6218
CIE-Lab53.666254.9133-60.5271

#a45dea color RGB value is (164,93,234).

#a45dea hex color red value is 164, green value is 93 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a45dea hue: 0.75 , saturation: 0.77 and the lightness value of a45dea is 0.64.

The process color (four color CMYK) of #a45dea color hex is 0.30, 0.60, 0.00, 0.08. Web safe color of #a45dea is #9966ff. Color #a45dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011101 11101010
Octal 244 135 352
Decimal 164 93 234
Hex A4 5D EA

RGB Percentages of Color #a45dea

%33.40
%18.94
%47.66

CMYK Percentages of Color #a45dea

%30
%60
%0
%8

Triadic Colors of #a45dea

#a45dea #eaa45d #5deaa4

Analogous Colors of #a45dea

#a45dea #ea5dea #5d5dea

Monochromatic Colors of #a45dea

#a45dea

Complementary Color

#a45dea #a3ea5d

#a45dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45dea Color CSS Codes

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

#a45dea Text Font Color

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

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


#a45dea Background Color

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

This div background color is #a45dea


#a45dea Border Color

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

This div border color is #a45dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45dea


Comments

No comments written yet.

Please login to write comment.