Color Hex Logo

#a096ca Color Hex

#A096CA
(160,150,202)
0 Favorites   0 Comments

Color spaces of #a096ca

RGB 160150202
HSL0.700.330.69
HSV252°26°79°
CMYK 0.210.260.00   0.21
XYZ36.064233.550560.4522
Yxy33.55050.27730.2579
Hunter Lab57.92289.7737-21.3332
CIE-Lab64.604214.5465-25.4066

#a096ca color RGB value is (160,150,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010110 11001010
Octal 240 226 312
Decimal 160 150 202
Hex A0 96 CA

RGB Percentages of Color #a096ca

%31.25
%29.30
%39.45

CMYK Percentages of Color #a096ca

%21
%26
%0
%21

Triadic Colors of #a096ca

#a096ca #caa096 #96caa0

Analogous Colors of #a096ca

#a096ca #ba96ca #96a6ca

Monochromatic Colors of #a096ca

#a096ca

Complementary Color

#a096ca #c0ca96

#a096ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a096ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a096ca Color CSS Codes

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

#a096ca Text Font Color

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

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


#a096ca Background Color

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

This div background color is #a096ca


#a096ca Border Color

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

This div border color is #a096ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a096ca


Comments

No comments written yet.

Please login to write comment.