Color Hex Logo

#a593dd Color Hex

#A593DD
(165,147,221)
0 Favorites   0 Comments

Color spaces of #a593dd

RGB 165147221
HSL0.710.520.72
HSV255°33°87°
CMYK 0.250.330.00   0.13
XYZ39.001934.087272.9305
Yxy34.08720.26710.2334
Hunter Lab58.384217.0693-33.1930
CIE-Lab65.031722.2769-35.2800

#a593dd color RGB value is (165,147,221).

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

The process color (four color CMYK) of #a593dd color hex is 0.25, 0.33, 0.00, 0.13. Web safe color of #a593dd is #9999cc. Color #a593dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010011 11011101
Octal 245 223 335
Decimal 165 147 221
Hex A5 93 DD

RGB Percentages of Color #a593dd

%30.96
%27.58
%41.46

CMYK Percentages of Color #a593dd

%25
%33
%0
%13

Triadic Colors of #a593dd

#a593dd #dda593 #93dda5

Analogous Colors of #a593dd

#a593dd #ca93dd #93a6dd

Monochromatic Colors of #a593dd

#a593dd

Complementary Color

#a593dd #cbdd93

#a593dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a593dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a593dd Color CSS Codes

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

#a593dd Text Font Color

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

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


#a593dd Background Color

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

This div background color is #a593dd


#a593dd Border Color

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

This div border color is #a593dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,147,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a593dd


Comments

No comments written yet.

Please login to write comment.