Color Hex Logo

#a593de Color Hex

#A593DE
(165,147,222)
0 Favorites   0 Comments

Color spaces of #a593de

RGB 165147222
HSL0.710.530.72
HSV254°34°87°
CMYK 0.260.340.00   0.13
XYZ39.135634.140773.6344
Yxy34.14070.26640.2324
Hunter Lab58.430017.3041-33.8171
CIE-Lab65.074122.5183-35.7682

#a593de color RGB value is (165,147,222).

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

The process color (four color CMYK) of #a593de color hex is 0.26, 0.34, 0.00, 0.13. Web safe color of #a593de is #9999cc. Color #a593de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010011 11011110
Octal 245 223 336
Decimal 165 147 222
Hex A5 93 DE

RGB Percentages of Color #a593de

%30.90
%27.53
%41.57

CMYK Percentages of Color #a593de

%26
%34
%0
%13

Triadic Colors of #a593de

#a593de #dea593 #93dea5

Analogous Colors of #a593de

#a593de #cb93de #93a7de

Monochromatic Colors of #a593de

#a593de

Complementary Color

#a593de #ccde93

#a593de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a593de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a593de Color CSS Codes

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

#a593de Text Font Color

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

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


#a593de Background Color

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

This div background color is #a593de


#a593de Border Color

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

This div border color is #a593de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a593de


Comments

No comments written yet.

Please login to write comment.