Color Hex Logo

#a44ccc Color Hex

#A44CCC
(164,76,204)
0 Favorites   0 Comments

Color spaces of #a44ccc

RGB 16476204
HSL0.780.560.55
HSV281°63°80°
CMYK 0.200.630.00   0.20
XYZ28.793417.421058.9718
Yxy17.42100.27370.1656
Hunter Lab41.738550.0964-54.5532
CIE-Lab48.786256.5550-51.3262

#a44ccc color RGB value is (164,76,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001100 11001100
Octal 244 114 314
Decimal 164 76 204
Hex A4 4C CC

RGB Percentages of Color #a44ccc

%36.94
%17.12
%45.95

CMYK Percentages of Color #a44ccc

%20
%63
%0
%20

Triadic Colors of #a44ccc

#a44ccc #cca44c #4ccca4

Analogous Colors of #a44ccc

#a44ccc #cc4cb4 #644ccc

Monochromatic Colors of #a44ccc

#a44ccc

Complementary Color

#a44ccc #74cc4c

#a44ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44ccc Color CSS Codes

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

#a44ccc Text Font Color

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

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


#a44ccc Background Color

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

This div background color is #a44ccc


#a44ccc Border Color

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

This div border color is #a44ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44ccc


Comments

No comments written yet.

Please login to write comment.