Color Hex Logo

#a296ce Color Hex

#A296CE
(162,150,206)
0 Favorites   0 Comments

Color spaces of #a296ce

RGB 162150206
HSL0.700.360.70
HSV253°27°81°
CMYK 0.210.270.00   0.19
XYZ36.947233.950362.9983
Yxy33.95030.27590.2536
Hunter Lab58.266911.2203-23.3177
CIE-Lab64.923116.1024-27.1329

#a296ce color RGB value is (162,150,206).

#a296ce hex color red value is 162, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a296ce hue: 0.70 , saturation: 0.36 and the lightness value of a296ce is 0.70.

The process color (four color CMYK) of #a296ce color hex is 0.21, 0.27, 0.00, 0.19. Web safe color of #a296ce is #9999cc. Color #a296ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010110 11001110
Octal 242 226 316
Decimal 162 150 206
Hex A2 96 CE

RGB Percentages of Color #a296ce

%31.27
%28.96
%39.77

CMYK Percentages of Color #a296ce

%21
%27
%0
%19

Triadic Colors of #a296ce

#a296ce #cea296 #96cea2

Analogous Colors of #a296ce

#a296ce #be96ce #96a6ce

Monochromatic Colors of #a296ce

#a296ce

Complementary Color

#a296ce #c2ce96

#a296ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a296ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a296ce Color CSS Codes

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

#a296ce Text Font Color

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

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


#a296ce Background Color

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

This div background color is #a296ce


#a296ce Border Color

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

This div border color is #a296ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a296ce


Comments

No comments written yet.

Please login to write comment.