Color Hex Logo

#a296fc Color Hex

#A296FC
(162,150,252)
0 Favorites   0 Comments

Color spaces of #a296fc

RGB 162150252
HSL0.690.940.79
HSV247°40°99°
CMYK 0.360.400.00   0.01
XYZ43.377336.522396.8587
Yxy36.52230.24540.2066
Hunter Lab60.433722.3625-52.7221
CIE-Lab66.917127.5550-49.3883

#a296fc color RGB value is (162,150,252).

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

The process color (four color CMYK) of #a296fc color hex is 0.36, 0.40, 0.00, 0.01. Web safe color of #a296fc is #9999ff. Color #a296fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010110 11111100
Octal 242 226 374
Decimal 162 150 252
Hex A2 96 FC

RGB Percentages of Color #a296fc

%28.72
%26.60
%44.68

CMYK Percentages of Color #a296fc

%36
%40
%0
%1

Triadic Colors of #a296fc

#a296fc #fca296 #96fca2

Analogous Colors of #a296fc

#a296fc #d596fc #96bdfc

Monochromatic Colors of #a296fc

#a296fc

Complementary Color

#a296fc #f0fc96

#a296fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a296fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a296fc Color CSS Codes

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

#a296fc Text Font Color

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

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


#a296fc Background Color

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

This div background color is #a296fc


#a296fc Border Color

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

This div border color is #a296fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a296fc


Comments

No comments written yet.

Please login to write comment.