Color Hex Logo

#a597ca Color Hex

#A597CA
(165,151,202)
0 Favorites   0 Comments

Color spaces of #a597ca

RGB 165151202
HSL0.710.320.69
HSV256°25°79°
CMYK 0.180.250.00   0.21
XYZ37.244334.396860.5534
Yxy34.39680.28170.2602
Hunter Lab58.648810.7192-20.1613
CIE-Lab65.276315.5554-24.3395

#a597ca color RGB value is (165,151,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010111 11001010
Octal 245 227 312
Decimal 165 151 202
Hex A5 97 CA

RGB Percentages of Color #a597ca

%31.85
%29.15
%39.00

CMYK Percentages of Color #a597ca

%18
%25
%0
%21

Triadic Colors of #a597ca

#a597ca #caa597 #97caa5

Analogous Colors of #a597ca

#a597ca #bf97ca #97a3ca

Monochromatic Colors of #a597ca

#a597ca

Complementary Color

#a597ca #bcca97

#a597ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a597ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a597ca Color CSS Codes

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

#a597ca Text Font Color

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

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


#a597ca Background Color

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

This div background color is #a597ca


#a597ca Border Color

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

This div border color is #a597ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a597ca


Comments

No comments written yet.

Please login to write comment.