Color Hex Logo

#a797ec Color Hex

#A797EC
(167,151,236)
0 Favorites   0 Comments

Color spaces of #a797ec

RGB 167151236
HSL0.700.690.76
HSV251°36°93°
CMYK 0.290.360.00   0.07
XYZ42.143336.404884.1625
Yxy36.40480.25900.2237
Hunter Lab60.336419.0886-40.4674
CIE-Lab66.828124.2531-40.7409

#a797ec color RGB value is (167,151,236).

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

The process color (four color CMYK) of #a797ec color hex is 0.29, 0.36, 0.00, 0.07. Web safe color of #a797ec is #9999ff. Color #a797ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010111 11101100
Octal 247 227 354
Decimal 167 151 236
Hex A7 97 EC

RGB Percentages of Color #a797ec

%30.14
%27.26
%42.60

CMYK Percentages of Color #a797ec

%29
%36
%0
%7

Triadic Colors of #a797ec

#a797ec #eca797 #97eca7

Analogous Colors of #a797ec

#a797ec #d297ec #97b2ec

Monochromatic Colors of #a797ec

#a797ec

Complementary Color

#a797ec #dcec97

#a797ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a797ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a797ec Color CSS Codes

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

#a797ec Text Font Color

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

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


#a797ec Background Color

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

This div background color is #a797ec


#a797ec Border Color

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

This div border color is #a797ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a797ec


Comments

No comments written yet.

Please login to write comment.