Color Hex Logo

#a52ecc Color Hex

#A52ECC
(165,46,204)
0 Favorites   0 Comments

Color spaces of #a52ecc

RGB 16546204
HSL0.790.630.49
HSV285°77°80°
CMYK 0.190.770.00   0.20
XYZ27.393114.313058.4456
Yxy14.31300.27350.1429
Hunter Lab37.832563.0382-65.1114
CIE-Lab44.678568.7261-57.9220

#a52ecc color RGB value is (165,46,204).

#a52ecc hex color red value is 165, green value is 46 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a52ecc hue: 0.79 , saturation: 0.63 and the lightness value of a52ecc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101110 11001100
Octal 245 56 314
Decimal 165 46 204
Hex A5 2E CC

RGB Percentages of Color #a52ecc

%39.76
%11.08
%49.16

CMYK Percentages of Color #a52ecc

%19
%77
%0
%20

Triadic Colors of #a52ecc

#a52ecc #cca52e #2ecca5

Analogous Colors of #a52ecc

#a52ecc #cc2ea4 #562ecc

Monochromatic Colors of #a52ecc

#a52ecc

Complementary Color

#a52ecc #55cc2e

#a52ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52ecc Color CSS Codes

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

#a52ecc Text Font Color

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

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


#a52ecc Background Color

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

This div background color is #a52ecc


#a52ecc Border Color

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

This div border color is #a52ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52ecc


Comments

No comments written yet.

Please login to write comment.