Color Hex Logo

#a45eed Color Hex

#A45EED
(164,94,237)
0 Favorites   0 Comments

Color spaces of #a45eed

RGB 16494237
HSL0.750.800.65
HSV269°60°93°
CMYK 0.310.600.00   0.07
XYZ34.598622.012382.5460
Yxy22.01230.24860.1582
Hunter Lab46.917349.5276-71.4724
CIE-Lab54.040155.1102-61.6065

#a45eed color RGB value is (164,94,237).

#a45eed hex color red value is 164, green value is 94 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a45eed hue: 0.75 , saturation: 0.80 and the lightness value of a45eed is 0.65.

The process color (four color CMYK) of #a45eed color hex is 0.31, 0.60, 0.00, 0.07. Web safe color of #a45eed is #9966ff. Color #a45eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011110 11101101
Octal 244 136 355
Decimal 164 94 237
Hex A4 5E ED

RGB Percentages of Color #a45eed

%33.13
%18.99
%47.88

CMYK Percentages of Color #a45eed

%31
%60
%0
%7

Triadic Colors of #a45eed

#a45eed #eda45e #5eeda4

Analogous Colors of #a45eed

#a45eed #ec5eed #5e5fed

Monochromatic Colors of #a45eed

#a45eed

Complementary Color

#a45eed #a7ed5e

#a45eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45eed Color CSS Codes

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

#a45eed Text Font Color

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

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


#a45eed Background Color

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

This div background color is #a45eed


#a45eed Border Color

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

This div border color is #a45eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45eed


Comments

No comments written yet.

Please login to write comment.