Color Hex Logo

#a599ca Color Hex

#A599CA
(165,153,202)
0 Favorites   0 Comments

Color spaces of #a599ca

RGB 165153202
HSL0.710.320.70
HSV255°24°79°
CMYK 0.180.240.00   0.21
XYZ37.569035.046160.6616
Yxy35.04610.28190.2630
Hunter Lab59.19979.6791-19.3143
CIE-Lab65.784514.4250-23.5611

#a599ca color RGB value is (165,153,202).

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

The process color (four color CMYK) of #a599ca color hex is 0.18, 0.24, 0.00, 0.21. Web safe color of #a599ca is #9999cc. Color #a599ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011001 11001010
Octal 245 231 312
Decimal 165 153 202
Hex A5 99 CA

RGB Percentages of Color #a599ca

%31.73
%29.42
%38.85

CMYK Percentages of Color #a599ca

%18
%24
%0
%21

Triadic Colors of #a599ca

#a599ca #caa599 #99caa5

Analogous Colors of #a599ca

#a599ca #be99ca #99a6ca

Monochromatic Colors of #a599ca

#a599ca

Complementary Color

#a599ca #beca99

#a599ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a599ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a599ca Color CSS Codes

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

#a599ca Text Font Color

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

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


#a599ca Background Color

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

This div background color is #a599ca


#a599ca Border Color

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

This div border color is #a599ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a599ca


Comments

No comments written yet.

Please login to write comment.