Color Hex Logo

#a45edb Color Hex

#A45EDB
(164,94,219)
0 Favorites   0 Comments

Color spaces of #a45edb

RGB 16494219
HSL0.760.630.61
HSV274°57°86°
CMYK 0.250.570.00   0.14
XYZ32.098721.012469.3818
Yxy21.01240.26200.1715
Hunter Lab45.839344.7749-57.6531
CIE-Lab52.963150.9381-53.2025

#a45edb color RGB value is (164,94,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011110 11011011
Octal 244 136 333
Decimal 164 94 219
Hex A4 5E DB

RGB Percentages of Color #a45edb

%34.38
%19.71
%45.91

CMYK Percentages of Color #a45edb

%25
%57
%0
%14

Triadic Colors of #a45edb

#a45edb #dba45e #5edba4

Analogous Colors of #a45edb

#a45edb #db5ed4 #665edb

Monochromatic Colors of #a45edb

#a45edb

Complementary Color

#a45edb #95db5e

#a45edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45edb Color CSS Codes

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

#a45edb Text Font Color

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

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


#a45edb Background Color

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

This div background color is #a45edb


#a45edb Border Color

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

This div border color is #a45edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45edb


Comments

No comments written yet.

Please login to write comment.