Color Hex Logo

#a796ee Color Hex

#A796EE
(167,150,238)
0 Favorites   0 Comments

Color spaces of #a796ee

RGB 167150238
HSL0.700.720.76
HSV252°37°93°
CMYK 0.300.370.00   0.07
XYZ42.275336.201285.6483
Yxy36.20120.25760.2206
Hunter Lab60.167420.1260-42.2821
CIE-Lab66.673425.3176-42.0815

#a796ee color RGB value is (167,150,238).

#a796ee hex color red value is 167, green value is 150 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a796ee hue: 0.70 , saturation: 0.72 and the lightness value of a796ee is 0.76.

The process color (four color CMYK) of #a796ee color hex is 0.30, 0.37, 0.00, 0.07. Web safe color of #a796ee is #9999ff. Color #a796ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010110 11101110
Octal 247 226 356
Decimal 167 150 238
Hex A7 96 EE

RGB Percentages of Color #a796ee

%30.09
%27.03
%42.88

CMYK Percentages of Color #a796ee

%30
%37
%0
%7

Triadic Colors of #a796ee

#a796ee #eea796 #96eea7

Analogous Colors of #a796ee

#a796ee #d396ee #96b1ee

Monochromatic Colors of #a796ee

#a796ee

Complementary Color

#a796ee #ddee96

#a796ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a796ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a796ee Color CSS Codes

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

#a796ee Text Font Color

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

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


#a796ee Background Color

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

This div background color is #a796ee


#a796ee Border Color

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

This div border color is #a796ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a796ee


Comments

No comments written yet.

Please login to write comment.