Color Hex Logo

#a34cdc Color Hex

#A34CDC
(163,76,220)
0 Favorites   0 Comments

Color spaces of #a34cdc

RGB 16376220
HSL0.770.670.58
HSV276°65°86°
CMYK 0.260.650.00   0.14
XYZ30.607018.122769.5950
Yxy18.12270.25870.1532
Hunter Lab42.570853.8369-67.1282
CIE-Lab49.644659.7623-59.1001

#a34cdc color RGB value is (163,76,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001100 11011100
Octal 243 114 334
Decimal 163 76 220
Hex A3 4C DC

RGB Percentages of Color #a34cdc

%35.51
%16.56
%47.93

CMYK Percentages of Color #a34cdc

%26
%65
%0
%14

Triadic Colors of #a34cdc

#a34cdc #dca34c #4cdca3

Analogous Colors of #a34cdc

#a34cdc #dc4ccd #5b4cdc

Monochromatic Colors of #a34cdc

#a34cdc

Complementary Color

#a34cdc #85dc4c

#a34cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34cdc Color CSS Codes

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

#a34cdc Text Font Color

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

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


#a34cdc Background Color

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

This div background color is #a34cdc


#a34cdc Border Color

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

This div border color is #a34cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34cdc


Comments

No comments written yet.

Please login to write comment.