Color Hex Logo

#a496cb Color Hex

#A496CB
(164,150,203)
0 Favorites   0 Comments

Color spaces of #a496cb

RGB 164150203
HSL0.710.340.69
HSV256°26°80°
CMYK 0.190.260.00   0.20
XYZ36.995734.017061.1160
Yxy34.01700.28000.2575
Hunter Lab58.324111.1576-21.3013
CIE-Lab64.976116.0337-25.3649

#a496cb color RGB value is (164,150,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 11001011
Octal 244 226 313
Decimal 164 150 203
Hex A4 96 CB

RGB Percentages of Color #a496cb

%31.72
%29.01
%39.26

CMYK Percentages of Color #a496cb

%19
%26
%0
%20

Triadic Colors of #a496cb

#a496cb #cba496 #96cba4

Analogous Colors of #a496cb

#a496cb #bf96cb #96a3cb

Monochromatic Colors of #a496cb

#a496cb

Complementary Color

#a496cb #bdcb96

#a496cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a496cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a496cb Color CSS Codes

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

#a496cb Text Font Color

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

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


#a496cb Background Color

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

This div background color is #a496cb


#a496cb Border Color

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

This div border color is #a496cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a496cb


Comments

No comments written yet.

Please login to write comment.