Color Hex Logo

#a296bc Color Hex

#A296BC
(162,150,188)
0 Favorites   0 Comments

Color spaces of #a296bc

RGB 162150188
HSL0.720.220.66
HSV259°20°74°
CMYK 0.140.200.00   0.26
XYZ34.883733.124952.1321
Yxy33.12490.29040.2757
Hunter Lab57.55427.4692-13.4164
CIE-Lab64.261912.0284-18.0804

#a296bc color RGB value is (162,150,188).

#a296bc hex color red value is 162, green value is 150 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a296bc hue: 0.72 , saturation: 0.22 and the lightness value of a296bc is 0.66.

The process color (four color CMYK) of #a296bc color hex is 0.14, 0.20, 0.00, 0.26. Web safe color of #a296bc is #9999cc. Color #a296bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010110 10111100
Octal 242 226 274
Decimal 162 150 188
Hex A2 96 BC

RGB Percentages of Color #a296bc

%32.40
%30.00
%37.60

CMYK Percentages of Color #a296bc

%14
%20
%0
%26

Triadic Colors of #a296bc

#a296bc #bca296 #96bca2

Analogous Colors of #a296bc

#a296bc #b596bc #969dbc

Monochromatic Colors of #a296bc

#a296bc

Complementary Color

#a296bc #b0bc96

#a296bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a296bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a296bc Color CSS Codes

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

#a296bc Text Font Color

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

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


#a296bc Background Color

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

This div background color is #a296bc


#a296bc Border Color

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

This div border color is #a296bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a296bc


Comments

No comments written yet.

Please login to write comment.