Color Hex Logo

#a096cb Color Hex

#A096CB
(160,150,203)
0 Favorites   0 Comments

Color spaces of #a096cb

RGB 160150203
HSL0.700.340.69
HSV251°26°80°
CMYK 0.210.260.00   0.20
XYZ36.183033.598161.0779
Yxy33.59810.27650.2568
Hunter Lab57.96399.9889-21.9006
CIE-Lab64.642314.7793-25.9061

#a096cb color RGB value is (160,150,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010110 11001011
Octal 240 226 313
Decimal 160 150 203
Hex A0 96 CB

RGB Percentages of Color #a096cb

%31.19
%29.24
%39.57

CMYK Percentages of Color #a096cb

%21
%26
%0
%20

Triadic Colors of #a096cb

#a096cb #cba096 #96cba0

Analogous Colors of #a096cb

#a096cb #bb96cb #96a7cb

Monochromatic Colors of #a096cb

#a096cb

Complementary Color

#a096cb #c1cb96

#a096cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a096cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a096cb Color CSS Codes

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

#a096cb Text Font Color

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

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


#a096cb Background Color

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

This div background color is #a096cb


#a096cb Border Color

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

This div border color is #a096cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,150,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a096cb


Comments

No comments written yet.

Please login to write comment.