Color Hex Logo

#a45fdb Color Hex

#A45FDB
(164,95,219)
0 Favorites   0 Comments

Color spaces of #a45fdb

RGB 16495219
HSL0.760.630.62
HSV273°57°86°
CMYK 0.250.570.00   0.14
XYZ32.188221.191469.4117
Yxy21.19140.26210.1726
Hunter Lab46.034144.2519-57.1755
CIE-Lab53.158350.4198-52.8905

#a45fdb color RGB value is (164,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011111 11011011
Octal 244 137 333
Decimal 164 95 219
Hex A4 5F DB

RGB Percentages of Color #a45fdb

%34.31
%19.87
%45.82

CMYK Percentages of Color #a45fdb

%25
%57
%0
%14

Triadic Colors of #a45fdb

#a45fdb #dba45f #5fdba4

Analogous Colors of #a45fdb

#a45fdb #db5fd4 #665fdb

Monochromatic Colors of #a45fdb

#a45fdb

Complementary Color

#a45fdb #96db5f

#a45fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45fdb Color CSS Codes

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

#a45fdb Text Font Color

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

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


#a45fdb Background Color

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

This div background color is #a45fdb


#a45fdb Border Color

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

This div border color is #a45fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,95,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 #a45fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45fdb


Comments

No comments written yet.

Please login to write comment.