Color Hex Logo

#a379ea Color Hex

#A379EA
(163,121,234)
0 Favorites   0 Comments

Color spaces of #a379ea

RGB 163121234
HSL0.730.730.70
HSV262°48°92°
CMYK 0.300.480.00   0.08
XYZ36.792927.401881.1918
Yxy27.40180.25310.1885
Hunter Lab52.346733.8554-55.3184
CIE-Lab59.344439.6398-51.4583

#a379ea color RGB value is (163,121,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111001 11101010
Octal 243 171 352
Decimal 163 121 234
Hex A3 79 EA

RGB Percentages of Color #a379ea

%31.47
%23.36
%45.17

CMYK Percentages of Color #a379ea

%30
%48
%0
%8

Triadic Colors of #a379ea

#a379ea #eaa379 #79eaa3

Analogous Colors of #a379ea

#a379ea #dc79ea #7988ea

Monochromatic Colors of #a379ea

#a379ea

Complementary Color

#a379ea #c0ea79

#a379ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a379ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a379ea Color CSS Codes

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

#a379ea Text Font Color

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

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


#a379ea Background Color

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

This div background color is #a379ea


#a379ea Border Color

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

This div border color is #a379ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a379ea


Comments

No comments written yet.

Please login to write comment.