Color Hex Logo

#a296ea Color Hex

#A296EA
(162,150,234)
0 Favorites   0 Comments

Color spaces of #a296ea

RGB 162150234
HSL0.690.670.75
HSV249°36°92°
CMYK 0.310.360.00   0.08
XYZ40.657935.434682.5386
Yxy35.43460.25630.2234
Hunter Lab59.527017.7462-40.5411
CIE-Lab66.085622.9201-40.8328

#a296ea color RGB value is (162,150,234).

#a296ea hex color red value is 162, green value is 150 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a296ea hue: 0.69 , saturation: 0.67 and the lightness value of a296ea is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010110 11101010
Octal 242 226 352
Decimal 162 150 234
Hex A2 96 EA

RGB Percentages of Color #a296ea

%29.67
%27.47
%42.86

CMYK Percentages of Color #a296ea

%31
%36
%0
%8

Triadic Colors of #a296ea

#a296ea #eaa296 #96eaa2

Analogous Colors of #a296ea

#a296ea #cc96ea #96b4ea

Monochromatic Colors of #a296ea

#a296ea

Complementary Color

#a296ea #deea96

#a296ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a296ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a296ea Color CSS Codes

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

#a296ea Text Font Color

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

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


#a296ea Background Color

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

This div background color is #a296ea


#a296ea Border Color

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

This div border color is #a296ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a296ea


Comments

No comments written yet.

Please login to write comment.