Color Hex Logo

#a599ee Color Hex

#A599EE
(165,153,238)
0 Favorites   0 Comments

Color spaces of #a599ee

RGB 165153238
HSL0.690.710.77
HSV248°36°93°
CMYK 0.310.360.00   0.07
XYZ42.340936.954885.7903
Yxy36.95480.25650.2239
Hunter Lab60.790517.9430-41.1195
CIE-Lab67.243123.0591-41.2011

#a599ee color RGB value is (165,153,238).

#a599ee hex color red value is 165, green value is 153 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a599ee hue: 0.69 , saturation: 0.71 and the lightness value of a599ee is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011001 11101110
Octal 245 231 356
Decimal 165 153 238
Hex A5 99 EE

RGB Percentages of Color #a599ee

%29.68
%27.52
%42.81

CMYK Percentages of Color #a599ee

%31
%36
%0
%7

Triadic Colors of #a599ee

#a599ee #eea599 #99eea5

Analogous Colors of #a599ee

#a599ee #d099ee #99b8ee

Monochromatic Colors of #a599ee

#a599ee

Complementary Color

#a599ee #e2ee99

#a599ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a599ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a599ee Color CSS Codes

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

#a599ee Text Font Color

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

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


#a599ee Background Color

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

This div background color is #a599ee


#a599ee Border Color

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

This div border color is #a599ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a599ee


Comments

No comments written yet.

Please login to write comment.