Color Hex Logo

#a45aeb Color Hex

#A45AEB
(164,90,235)
0 Favorites   0 Comments

Color spaces of #a45aeb

RGB 16490235
HSL0.750.780.64
HSV271°62°92°
CMYK 0.300.620.00   0.08
XYZ33.961421.203080.8999
Yxy21.20300.24960.1558
Hunter Lab46.046751.0695-71.9344
CIE-Lab53.171056.6511-61.8846

#a45aeb color RGB value is (164,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011010 11101011
Octal 244 132 353
Decimal 164 90 235
Hex A4 5A EB

RGB Percentages of Color #a45aeb

%33.54
%18.40
%48.06

CMYK Percentages of Color #a45aeb

%30
%62
%0
%8

Triadic Colors of #a45aeb

#a45aeb #eba45a #5aeba4

Analogous Colors of #a45aeb

#a45aeb #eb5aea #5b5aeb

Monochromatic Colors of #a45aeb

#a45aeb

Complementary Color

#a45aeb #a1eb5a

#a45aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45aeb Color CSS Codes

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

#a45aeb Text Font Color

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

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


#a45aeb Background Color

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

This div background color is #a45aeb


#a45aeb Border Color

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

This div border color is #a45aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45aeb


Comments

No comments written yet.

Please login to write comment.