Color Hex Logo

#a55ccc Color Hex

#A55CCC
(165,92,204)
0 Favorites   0 Comments

Color spaces of #a55ccc

RGB 16592204
HSL0.780.520.58
HSV279°55°80°
CMYK 0.190.550.00   0.20
XYZ30.243320.013359.3957
Yxy20.01330.27580.1825
Hunter Lab44.736242.3840-47.4032
CIE-Lab51.852248.8837-46.4295

#a55ccc color RGB value is (165,92,204).

#a55ccc hex color red value is 165, green value is 92 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a55ccc hue: 0.78 , saturation: 0.52 and the lightness value of a55ccc is 0.58.

The process color (four color CMYK) of #a55ccc color hex is 0.19, 0.55, 0.00, 0.20. Web safe color of #a55ccc is #9966cc. Color #a55ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011100 11001100
Octal 245 134 314
Decimal 165 92 204
Hex A5 5C CC

RGB Percentages of Color #a55ccc

%35.79
%19.96
%44.25

CMYK Percentages of Color #a55ccc

%19
%55
%0
%20

Triadic Colors of #a55ccc

#a55ccc #cca55c #5ccca5

Analogous Colors of #a55ccc

#a55ccc #cc5cbb #6d5ccc

Monochromatic Colors of #a55ccc

#a55ccc

Complementary Color

#a55ccc #83cc5c

#a55ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55ccc Color CSS Codes

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

#a55ccc Text Font Color

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

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


#a55ccc Background Color

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

This div background color is #a55ccc


#a55ccc Border Color

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

This div border color is #a55ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55ccc


Comments

No comments written yet.

Please login to write comment.