Color Hex Logo

#a34adc Color Hex

#A34ADC
(163,74,220)
0 Favorites   0 Comments

Color spaces of #a34adc

RGB 16374220
HSL0.770.680.58
HSV277°66°86°
CMYK 0.260.660.00   0.14
XYZ30.471317.851469.5498
Yxy17.85140.25850.1514
Hunter Lab42.250954.7948-68.0224
CIE-Lab49.315460.6741-59.6304

#a34adc color RGB value is (163,74,220).

#a34adc hex color red value is 163, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a34adc hue: 0.77 , saturation: 0.68 and the lightness value of a34adc is 0.58.

The process color (four color CMYK) of #a34adc color hex is 0.26, 0.66, 0.00, 0.14. Web safe color of #a34adc is #9933cc. Color #a34adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001010 11011100
Octal 243 112 334
Decimal 163 74 220
Hex A3 4A DC

RGB Percentages of Color #a34adc

%35.67
%16.19
%48.14

CMYK Percentages of Color #a34adc

%26
%66
%0
%14

Triadic Colors of #a34adc

#a34adc #dca34a #4adca3

Analogous Colors of #a34adc

#a34adc #dc4acc #5a4adc

Monochromatic Colors of #a34adc

#a34adc

Complementary Color

#a34adc #83dc4a

#a34adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34adc Color CSS Codes

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

#a34adc Text Font Color

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

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


#a34adc Background Color

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

This div background color is #a34adc


#a34adc Border Color

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

This div border color is #a34adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34adc


Comments

No comments written yet.

Please login to write comment.