Color Hex Logo

#a594ee Color Hex

#A594EE
(165,148,238)
0 Favorites   0 Comments

Color spaces of #a594ee

RGB 165148238
HSL0.700.730.76
HSV251°38°93°
CMYK 0.310.380.00   0.07
XYZ41.539635.352285.5232
Yxy35.35220.25580.2177
Hunter Lab59.457720.6564-43.6616
CIE-Lab66.022025.8984-43.1147

#a594ee color RGB value is (165,148,238).

#a594ee hex color red value is 165, green value is 148 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a594ee hue: 0.70 , saturation: 0.73 and the lightness value of a594ee is 0.76.

The process color (four color CMYK) of #a594ee color hex is 0.31, 0.38, 0.00, 0.07. Web safe color of #a594ee is #9999ff. Color #a594ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010100 11101110
Octal 245 224 356
Decimal 165 148 238
Hex A5 94 EE

RGB Percentages of Color #a594ee

%29.95
%26.86
%43.19

CMYK Percentages of Color #a594ee

%31
%38
%0
%7

Triadic Colors of #a594ee

#a594ee #eea594 #94eea5

Analogous Colors of #a594ee

#a594ee #d294ee #94b0ee

Monochromatic Colors of #a594ee

#a594ee

Complementary Color

#a594ee #ddee94

#a594ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a594ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a594ee Color CSS Codes

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

#a594ee Text Font Color

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

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


#a594ee Background Color

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

This div background color is #a594ee


#a594ee Border Color

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

This div border color is #a594ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a594ee


Comments

No comments written yet.

Please login to write comment.