Color Hex Logo

#a297eb Color Hex

#A297EB
(162,151,235)
0 Favorites   0 Comments

Color spaces of #a297eb

RGB 162151235
HSL0.690.680.76
HSV248°36°92°
CMYK 0.310.360.00   0.08
XYZ40.962335.812883.3509
Yxy35.81280.25580.2237
Hunter Lab59.843817.4543-40.6889
CIE-Lab66.376622.6036-40.9273

#a297eb color RGB value is (162,151,235).

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

The process color (four color CMYK) of #a297eb color hex is 0.31, 0.36, 0.00, 0.08. Web safe color of #a297eb is #9999ff. Color #a297eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010111 11101011
Octal 242 227 353
Decimal 162 151 235
Hex A2 97 EB

RGB Percentages of Color #a297eb

%29.56
%27.55
%42.88

CMYK Percentages of Color #a297eb

%31
%36
%0
%8

Triadic Colors of #a297eb

#a297eb #eba297 #97eba2

Analogous Colors of #a297eb

#a297eb #cc97eb #97b6eb

Monochromatic Colors of #a297eb

#a297eb

Complementary Color

#a297eb #e0eb97

#a297eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a297eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a297eb Color CSS Codes

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

#a297eb Text Font Color

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

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


#a297eb Background Color

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

This div background color is #a297eb


#a297eb Border Color

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

This div border color is #a297eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a297eb


Comments

No comments written yet.

Please login to write comment.