Color Hex Logo

#a594dd Color Hex

#A594DD
(165,148,221)
0 Favorites   0 Comments

Color spaces of #a594dd

RGB 165148221
HSL0.710.520.72
HSV254°33°87°
CMYK 0.250.330.00   0.13
XYZ39.158134.399672.9825
Yxy34.39960.26720.2347
Hunter Lab58.651216.5349-32.7216
CIE-Lab65.278521.7085-34.8961

#a594dd color RGB value is (165,148,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010100 11011101
Octal 245 224 335
Decimal 165 148 221
Hex A5 94 DD

RGB Percentages of Color #a594dd

%30.90
%27.72
%41.39

CMYK Percentages of Color #a594dd

%25
%33
%0
%13

Triadic Colors of #a594dd

#a594dd #dda594 #94dda5

Analogous Colors of #a594dd

#a594dd #ca94dd #94a8dd

Monochromatic Colors of #a594dd

#a594dd

Complementary Color

#a594dd #ccdd94

#a594dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a594dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a594dd Color CSS Codes

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

#a594dd Text Font Color

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

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


#a594dd Background Color

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

This div background color is #a594dd


#a594dd Border Color

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

This div border color is #a594dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a594dd


Comments

No comments written yet.

Please login to write comment.