Color Hex Logo

#a380ea Color Hex

#A380EA
(163,128,234)
0 Favorites   0 Comments

Color spaces of #a380ea

RGB 163128234
HSL0.720.720.71
HSV260°45°92°
CMYK 0.300.450.00   0.08
XYZ37.674729.165481.4857
Yxy29.16540.25400.1966
Hunter Lab54.005030.0155-51.6565
CIE-Lab60.927335.7050-48.9477

#a380ea color RGB value is (163,128,234).

#a380ea hex color red value is 163, green value is 128 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a380ea hue: 0.72 , saturation: 0.72 and the lightness value of a380ea is 0.71.

The process color (four color CMYK) of #a380ea color hex is 0.30, 0.45, 0.00, 0.08. Web safe color of #a380ea is #9999ff. Color #a380ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000000 11101010
Octal 243 200 352
Decimal 163 128 234
Hex A3 80 EA

RGB Percentages of Color #a380ea

%31.05
%24.38
%44.57

CMYK Percentages of Color #a380ea

%30
%45
%0
%8

Triadic Colors of #a380ea

#a380ea #eaa380 #80eaa3

Analogous Colors of #a380ea

#a380ea #d880ea #8092ea

Monochromatic Colors of #a380ea

#a380ea

Complementary Color

#a380ea #c7ea80

#a380ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a380ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a380ea Color CSS Codes

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

#a380ea Text Font Color

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

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


#a380ea Background Color

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

This div background color is #a380ea


#a380ea Border Color

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

This div border color is #a380ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a380ea


Comments

No comments written yet.

Please login to write comment.