Color Hex Logo

#a381ea Color Hex

#A381EA
(163,129,234)
0 Favorites   0 Comments

Color spaces of #a381ea

RGB 163129234
HSL0.720.710.71
HSV259°45°92°
CMYK 0.300.450.00   0.08
XYZ37.805829.427681.5294
Yxy29.42760.25410.1978
Hunter Lab54.247229.4670-51.1353
CIE-Lab61.157235.1399-48.5839

#a381ea color RGB value is (163,129,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000001 11101010
Octal 243 201 352
Decimal 163 129 234
Hex A3 81 EA

RGB Percentages of Color #a381ea

%30.99
%24.52
%44.49

CMYK Percentages of Color #a381ea

%30
%45
%0
%8

Triadic Colors of #a381ea

#a381ea #eaa381 #81eaa3

Analogous Colors of #a381ea

#a381ea #d881ea #8194ea

Monochromatic Colors of #a381ea

#a381ea

Complementary Color

#a381ea #c8ea81

#a381ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a381ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a381ea Color CSS Codes

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

#a381ea Text Font Color

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

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


#a381ea Background Color

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

This div background color is #a381ea


#a381ea Border Color

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

This div border color is #a381ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a381ea


Comments

No comments written yet.

Please login to write comment.