Color Hex Logo

#a599cf Color Hex

#A599CF
(165,153,207)
0 Favorites   0 Comments

Color spaces of #a599cf

RGB 165153207
HSL0.700.360.71
HSV253°26°81°
CMYK 0.200.260.00   0.19
XYZ38.170835.286863.8307
Yxy35.28680.27800.2570
Hunter Lab59.402710.7453-22.1277
CIE-Lab65.971315.5687-26.0564

#a599cf color RGB value is (165,153,207).

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

The process color (four color CMYK) of #a599cf color hex is 0.20, 0.26, 0.00, 0.19. Web safe color of #a599cf is #9999cc. Color #a599cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011001 11001111
Octal 245 231 317
Decimal 165 153 207
Hex A5 99 CF

RGB Percentages of Color #a599cf

%31.43
%29.14
%39.43

CMYK Percentages of Color #a599cf

%20
%26
%0
%19

Triadic Colors of #a599cf

#a599cf #cfa599 #99cfa5

Analogous Colors of #a599cf

#a599cf #c099cf #99a8cf

Monochromatic Colors of #a599cf

#a599cf

Complementary Color

#a599cf #c3cf99

#a599cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a599cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a599cf Color CSS Codes

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

#a599cf Text Font Color

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

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


#a599cf Background Color

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

This div background color is #a599cf


#a599cf Border Color

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

This div border color is #a599cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a599cf


Comments

No comments written yet.

Please login to write comment.