Color Hex Logo

#a297e1 Color Hex

#A297E1
(162,151,225)
0 Favorites   0 Comments

Color spaces of #a297e1

RGB 162151225
HSL0.690.550.74
HSV249°33°88°
CMYK 0.280.330.00   0.12
XYZ39.557535.250875.9533
Yxy35.25080.26240.2338
Hunter Lab59.372415.0259-34.2872
CIE-Lab65.943520.1030-36.0931

#a297e1 color RGB value is (162,151,225).

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

The process color (four color CMYK) of #a297e1 color hex is 0.28, 0.33, 0.00, 0.12. Web safe color of #a297e1 is #9999cc. Color #a297e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010111 11100001
Octal 242 227 341
Decimal 162 151 225
Hex A2 97 E1

RGB Percentages of Color #a297e1

%30.11
%28.07
%41.82

CMYK Percentages of Color #a297e1

%28
%33
%0
%12

Triadic Colors of #a297e1

#a297e1 #e1a297 #97e1a2

Analogous Colors of #a297e1

#a297e1 #c797e1 #97b1e1

Monochromatic Colors of #a297e1

#a297e1

Complementary Color

#a297e1 #d6e197

#a297e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a297e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a297e1 Color CSS Codes

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

#a297e1 Text Font Color

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

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


#a297e1 Background Color

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

This div background color is #a297e1


#a297e1 Border Color

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

This div border color is #a297e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a297e1


Comments

No comments written yet.

Please login to write comment.