Color Hex Logo

#a45ebe Color Hex

#A45EBE
(164,94,190)
0 Favorites   0 Comments

Color spaces of #a45ebe

RGB 16494190
HSL0.790.420.56
HSV284°51°75°
CMYK 0.140.510.00   0.25
XYZ28.606819.615650.9936
Yxy19.61560.28830.1977
Hunter Lab44.289537.7874-37.2621
CIE-Lab51.399844.5625-39.1091

#a45ebe color RGB value is (164,94,190).

#a45ebe hex color red value is 164, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a45ebe hue: 0.79 , saturation: 0.42 and the lightness value of a45ebe is 0.56.

The process color (four color CMYK) of #a45ebe color hex is 0.14, 0.51, 0.00, 0.25. Web safe color of #a45ebe is #9966cc. Color #a45ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011110 10111110
Octal 244 136 276
Decimal 164 94 190
Hex A4 5E BE

RGB Percentages of Color #a45ebe

%36.61
%20.98
%42.41

CMYK Percentages of Color #a45ebe

%14
%51
%0
%25

Triadic Colors of #a45ebe

#a45ebe #bea45e #5ebea4

Analogous Colors of #a45ebe

#a45ebe #be5ea8 #745ebe

Monochromatic Colors of #a45ebe

#a45ebe

Complementary Color

#a45ebe #78be5e

#a45ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45ebe Color CSS Codes

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

#a45ebe Text Font Color

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

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


#a45ebe Background Color

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

This div background color is #a45ebe


#a45ebe Border Color

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

This div border color is #a45ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45ebe


Comments

No comments written yet.

Please login to write comment.