Color Hex Logo

#a594db Color Hex

#A594DB
(165,148,219)
0 Favorites   0 Comments

Color spaces of #a594db

RGB 165148219
HSL0.710.500.72
HSV254°32°86°
CMYK 0.250.320.00   0.14
XYZ38.893134.293671.5873
Yxy34.29360.26860.2369
Hunter Lab58.560716.0694-31.4863
CIE-Lab65.194921.2275-33.9177

#a594db color RGB value is (165,148,219).

#a594db hex color red value is 165, green value is 148 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a594db hue: 0.71 , saturation: 0.50 and the lightness value of a594db is 0.72.

The process color (four color CMYK) of #a594db color hex is 0.25, 0.32, 0.00, 0.14. Web safe color of #a594db is #9999cc. Color #a594db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010100 11011011
Octal 245 224 333
Decimal 165 148 219
Hex A5 94 DB

RGB Percentages of Color #a594db

%31.02
%27.82
%41.17

CMYK Percentages of Color #a594db

%25
%32
%0
%14

Triadic Colors of #a594db

#a594db #dba594 #94dba5

Analogous Colors of #a594db

#a594db #c994db #94a7db

Monochromatic Colors of #a594db

#a594db

Complementary Color

#a594db #cadb94

#a594db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a594db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a594db Color CSS Codes

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

#a594db Text Font Color

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

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


#a594db Background Color

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

This div background color is #a594db


#a594db Border Color

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

This div border color is #a594db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a594db


Comments

No comments written yet.

Please login to write comment.