Color Hex Logo

#a496cf Color Hex

#A496CF
(164,150,207)
0 Favorites   0 Comments

Color spaces of #a496cf

RGB 164150207
HSL0.710.370.70
HSV255°28°81°
CMYK 0.210.280.00   0.19
XYZ37.478734.210263.6594
Yxy34.21020.27690.2528
Hunter Lab58.489512.0220-23.5880
CIE-Lab65.129116.9560-27.3587

#a496cf color RGB value is (164,150,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 11001111
Octal 244 226 317
Decimal 164 150 207
Hex A4 96 CF

RGB Percentages of Color #a496cf

%31.48
%28.79
%39.73

CMYK Percentages of Color #a496cf

%21
%28
%0
%19

Triadic Colors of #a496cf

#a496cf #cfa496 #96cfa4

Analogous Colors of #a496cf

#a496cf #c196cf #96a5cf

Monochromatic Colors of #a496cf

#a496cf

Complementary Color

#a496cf #c1cf96

#a496cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a496cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a496cf Color CSS Codes

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

#a496cf Text Font Color

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

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


#a496cf Background Color

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

This div background color is #a496cf


#a496cf Border Color

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

This div border color is #a496cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a496cf


Comments

No comments written yet.

Please login to write comment.