Color Hex Logo

#a374ea Color Hex

#A374EA
(163,116,234)
0 Favorites   0 Comments

Color spaces of #a374ea

RGB 163116234
HSL0.730.740.69
HSV264°50°92°
CMYK 0.300.500.00   0.08
XYZ36.200926.217880.9945
Yxy26.21780.25240.1828
Hunter Lab51.203336.5942-57.9439
CIE-Lab58.243242.4213-53.2099

#a374ea color RGB value is (163,116,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110100 11101010
Octal 243 164 352
Decimal 163 116 234
Hex A3 74 EA

RGB Percentages of Color #a374ea

%31.77
%22.61
%45.61

CMYK Percentages of Color #a374ea

%30
%50
%0
%8

Triadic Colors of #a374ea

#a374ea #eaa374 #74eaa3

Analogous Colors of #a374ea

#a374ea #de74ea #7480ea

Monochromatic Colors of #a374ea

#a374ea

Complementary Color

#a374ea #bbea74

#a374ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a374ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a374ea Color CSS Codes

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

#a374ea Text Font Color

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

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


#a374ea Background Color

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

This div background color is #a374ea


#a374ea Border Color

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

This div border color is #a374ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a374ea


Comments

No comments written yet.

Please login to write comment.