Color Hex Logo

#a596ca Color Hex

#A596CA
(165,150,202)
0 Favorites   0 Comments

Color spaces of #a596ca

RGB 165150202
HSL0.710.330.69
HSV257°26°79°
CMYK 0.180.260.00   0.21
XYZ37.084134.076360.5000
Yxy34.07630.28170.2588
Hunter Lab58.374911.2404-20.5860
CIE-Lab65.023116.1215-24.7277

#a596ca color RGB value is (165,150,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010110 11001010
Octal 245 226 312
Decimal 165 150 202
Hex A5 96 CA

RGB Percentages of Color #a596ca

%31.91
%29.01
%39.07

CMYK Percentages of Color #a596ca

%18
%26
%0
%21

Triadic Colors of #a596ca

#a596ca #caa596 #96caa5

Analogous Colors of #a596ca

#a596ca #bf96ca #96a1ca

Monochromatic Colors of #a596ca

#a596ca

Complementary Color

#a596ca #bbca96

#a596ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a596ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a596ca Color CSS Codes

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

#a596ca Text Font Color

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

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


#a596ca Background Color

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

This div background color is #a596ca


#a596ca Border Color

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

This div border color is #a596ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a596ca


Comments

No comments written yet.

Please login to write comment.