Color Hex Logo

#a276eb Color Hex

#A276EB
(162,118,235)
0 Favorites   0 Comments

Color spaces of #a276eb

RGB 162118235
HSL0.730.750.69
HSV263°50°92°
CMYK 0.310.500.00   0.08
XYZ36.374126.636481.8215
Yxy26.63640.25110.1839
Hunter Lab51.610535.4852-57.8691
CIE-Lab58.636341.3043-53.1469

#a276eb color RGB value is (162,118,235).

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

The process color (four color CMYK) of #a276eb color hex is 0.31, 0.50, 0.00, 0.08. Web safe color of #a276eb is #9966ff. Color #a276eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110110 11101011
Octal 242 166 353
Decimal 162 118 235
Hex A2 76 EB

RGB Percentages of Color #a276eb

%31.46
%22.91
%45.63

CMYK Percentages of Color #a276eb

%31
%50
%0
%8

Triadic Colors of #a276eb

#a276eb #eba276 #76eba2

Analogous Colors of #a276eb

#a276eb #dd76eb #7685eb

Monochromatic Colors of #a276eb

#a276eb

Complementary Color

#a276eb #bfeb76

#a276eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a276eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a276eb Color CSS Codes

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

#a276eb Text Font Color

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

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


#a276eb Background Color

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

This div background color is #a276eb


#a276eb Border Color

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

This div border color is #a276eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a276eb


Comments

No comments written yet.

Please login to write comment.