Color Hex Logo

#a34cdd Color Hex

#A34CDD
(163,76,221)
0 Favorites   0 Comments

Color spaces of #a34cdd

RGB 16376221
HSL0.770.680.58
HSV276°66°87°
CMYK 0.260.660.00   0.13
XYZ30.739818.175970.2947
Yxy18.17590.25790.1525
Hunter Lab42.633254.0957-67.9156
CIE-Lab49.708859.9807-59.5649

#a34cdd color RGB value is (163,76,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001100 11011101
Octal 243 114 335
Decimal 163 76 221
Hex A3 4C DD

RGB Percentages of Color #a34cdd

%35.43
%16.52
%48.04

CMYK Percentages of Color #a34cdd

%26
%66
%0
%13

Triadic Colors of #a34cdd

#a34cdd #dda34c #4cdda3

Analogous Colors of #a34cdd

#a34cdd #dd4ccf #5a4cdd

Monochromatic Colors of #a34cdd

#a34cdd

Complementary Color

#a34cdd #86dd4c

#a34cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34cdd Color CSS Codes

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

#a34cdd Text Font Color

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

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


#a34cdd Background Color

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

This div background color is #a34cdd


#a34cdd Border Color

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

This div border color is #a34cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34cdd


Comments

No comments written yet.

Please login to write comment.