Color Hex Logo

#a276ea Color Hex

#A276EA
(162,118,234)
0 Favorites   0 Comments

Color spaces of #a276ea

RGB 162118234
HSL0.730.730.69
HSV263°50°92°
CMYK 0.310.500.00   0.08
XYZ36.230026.578881.0626
Yxy26.57880.25180.1847
Hunter Lab51.554635.2202-57.1372
CIE-Lab58.582441.0563-52.6758

#a276ea color RGB value is (162,118,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110110 11101010
Octal 242 166 352
Decimal 162 118 234
Hex A2 76 EA

RGB Percentages of Color #a276ea

%31.52
%22.96
%45.53

CMYK Percentages of Color #a276ea

%31
%50
%0
%8

Triadic Colors of #a276ea

#a276ea #eaa276 #76eaa2

Analogous Colors of #a276ea

#a276ea #dc76ea #7684ea

Monochromatic Colors of #a276ea

#a276ea

Complementary Color

#a276ea #beea76

#a276ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a276ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a276ea Color CSS Codes

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

#a276ea Text Font Color

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

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


#a276ea Background Color

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

This div background color is #a276ea


#a276ea Border Color

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

This div border color is #a276ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,118,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 #a276ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a276ea


Comments

No comments written yet.

Please login to write comment.