Color Hex Logo

#a34ccc Color Hex

#A34CCC
(163,76,204)
0 Favorites   0 Comments

Color spaces of #a34ccc

RGB 16376204
HSL0.780.560.55
HSV281°63°80°
CMYK 0.200.630.00   0.20
XYZ28.587817.315058.9621
Yxy17.31500.27260.1651
Hunter Lab41.611349.8133-54.8844
CIE-Lab48.654556.3214-51.5442

#a34ccc color RGB value is (163,76,204).

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

The process color (four color CMYK) of #a34ccc color hex is 0.20, 0.63, 0.00, 0.20. Web safe color of #a34ccc is #9933cc. Color #a34ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001100 11001100
Octal 243 114 314
Decimal 163 76 204
Hex A3 4C CC

RGB Percentages of Color #a34ccc

%36.79
%17.16
%46.05

CMYK Percentages of Color #a34ccc

%20
%63
%0
%20

Triadic Colors of #a34ccc

#a34ccc #cca34c #4ccca3

Analogous Colors of #a34ccc

#a34ccc #cc4cb5 #634ccc

Monochromatic Colors of #a34ccc

#a34ccc

Complementary Color

#a34ccc #75cc4c

#a34ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34ccc Color CSS Codes

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

#a34ccc Text Font Color

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

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


#a34ccc Background Color

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

This div background color is #a34ccc


#a34ccc Border Color

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

This div border color is #a34ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34ccc


Comments

No comments written yet.

Please login to write comment.