Color Hex Logo

#a376ea Color Hex

#A376EA
(163,118,234)
0 Favorites   0 Comments

Color spaces of #a376ea

RGB 163118234
HSL0.730.730.69
HSV263°50°92°
CMYK 0.300.500.00   0.08
XYZ36.434026.683981.0721
Yxy26.68390.25270.1851
Hunter Lab51.656535.4997-56.8930
CIE-Lab58.680641.3123-52.5136

#a376ea color RGB value is (163,118,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110110 11101010
Octal 243 166 352
Decimal 163 118 234
Hex A3 76 EA

RGB Percentages of Color #a376ea

%31.65
%22.91
%45.44

CMYK Percentages of Color #a376ea

%30
%50
%0
%8

Triadic Colors of #a376ea

#a376ea #eaa376 #76eaa3

Analogous Colors of #a376ea

#a376ea #dd76ea #7683ea

Monochromatic Colors of #a376ea

#a376ea

Complementary Color

#a376ea #bdea76

#a376ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a376ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a376ea Color CSS Codes

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

#a376ea Text Font Color

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

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


#a376ea Background Color

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

This div background color is #a376ea


#a376ea Border Color

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

This div border color is #a376ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a376ea


Comments

No comments written yet.

Please login to write comment.