Color Hex Logo

#a34ace Color Hex

#A34ACE
(163,74,206)
0 Favorites   0 Comments

Color spaces of #a34ace

RGB 16374206
HSL0.780.570.55
HSV280°64°81°
CMYK 0.210.640.00   0.19
XYZ28.693617.140360.1886
Yxy17.14030.27060.1617
Hunter Lab41.400851.2612-57.2153
CIE-Lab48.436357.6746-53.0430

#a34ace color RGB value is (163,74,206).

#a34ace hex color red value is 163, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a34ace hue: 0.78 , saturation: 0.57 and the lightness value of a34ace is 0.55.

The process color (four color CMYK) of #a34ace color hex is 0.21, 0.64, 0.00, 0.19. Web safe color of #a34ace is #9933cc. Color #a34ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001010 11001110
Octal 243 112 316
Decimal 163 74 206
Hex A3 4A CE

RGB Percentages of Color #a34ace

%36.79
%16.70
%46.50

CMYK Percentages of Color #a34ace

%21
%64
%0
%19

Triadic Colors of #a34ace

#a34ace #cea34a #4acea3

Analogous Colors of #a34ace

#a34ace #ce4ab7 #614ace

Monochromatic Colors of #a34ace

#a34ace

Complementary Color

#a34ace #75ce4a

#a34ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34ace Color CSS Codes

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

#a34ace Text Font Color

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

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


#a34ace Background Color

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

This div background color is #a34ace


#a34ace Border Color

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

This div border color is #a34ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,74,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a34ace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34ace


Comments

No comments written yet.

Please login to write comment.