Color Hex Logo

#a796de Color Hex

#A796DE
(167,150,222)
0 Favorites   0 Comments

Color spaces of #a796de

RGB 167150222
HSL0.710.520.73
HSV254°32°87°
CMYK 0.250.320.00   0.13
XYZ40.027535.302173.8116
Yxy35.30210.26840.2367
Hunter Lab59.415616.2759-32.0647
CIE-Lab65.983221.4044-34.3415

#a796de color RGB value is (167,150,222).

#a796de hex color red value is 167, green value is 150 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a796de hue: 0.71 , saturation: 0.52 and the lightness value of a796de is 0.73.

The process color (four color CMYK) of #a796de color hex is 0.25, 0.32, 0.00, 0.13. Web safe color of #a796de is #9999cc. Color #a796de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010110 11011110
Octal 247 226 336
Decimal 167 150 222
Hex A7 96 DE

RGB Percentages of Color #a796de

%30.98
%27.83
%41.19

CMYK Percentages of Color #a796de

%25
%32
%0
%13

Triadic Colors of #a796de

#a796de #dea796 #96dea7

Analogous Colors of #a796de

#a796de #cb96de #96a9de

Monochromatic Colors of #a796de

#a796de

Complementary Color

#a796de #cdde96

#a796de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a796de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a796de Color CSS Codes

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

#a796de Text Font Color

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

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


#a796de Background Color

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

This div background color is #a796de


#a796de Border Color

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

This div border color is #a796de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a796de


Comments

No comments written yet.

Please login to write comment.