Color Hex Logo

#a13ecc Color Hex

#A13ECC
(161,62,204)
0 Favorites   0 Comments

Color spaces of #a13ecc

RGB 16162204
HSL0.780.580.52
HSV282°70°80°
CMYK 0.210.700.00   0.20
XYZ27.319615.381958.6558
Yxy15.38190.26950.1518
Hunter Lab39.219855.7045-61.2184
CIE-Lab46.152962.0753-55.5746

#a13ecc color RGB value is (161,62,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111110 11001100
Octal 241 76 314
Decimal 161 62 204
Hex A1 3E CC

RGB Percentages of Color #a13ecc

%37.70
%14.52
%47.78

CMYK Percentages of Color #a13ecc

%21
%70
%0
%20

Triadic Colors of #a13ecc

#a13ecc #cca13e #3ecca1

Analogous Colors of #a13ecc

#a13ecc #cc3eb0 #5a3ecc

Monochromatic Colors of #a13ecc

#a13ecc

Complementary Color

#a13ecc #69cc3e

#a13ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13ecc Color CSS Codes

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

#a13ecc Text Font Color

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

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


#a13ecc Background Color

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

This div background color is #a13ecc


#a13ecc Border Color

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

This div border color is #a13ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13ecc


Comments

No comments written yet.

Please login to write comment.