Color Hex Logo

#a13ccc Color Hex

#A13CCC
(161,60,204)
0 Favorites   0 Comments

Color spaces of #a13ccc

RGB 16160204
HSL0.780.590.52
HSV282°71°80°
CMYK 0.210.710.00   0.20
XYZ27.212915.168458.6203
Yxy15.16840.26940.1502
Hunter Lab38.946656.5654-61.9774
CIE-Lab45.864062.8904-56.0399

#a13ccc color RGB value is (161,60,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111100 11001100
Octal 241 74 314
Decimal 161 60 204
Hex A1 3C CC

RGB Percentages of Color #a13ccc

%37.88
%14.12
%48.00

CMYK Percentages of Color #a13ccc

%21
%71
%0
%20

Triadic Colors of #a13ccc

#a13ccc #cca13c #3ccca1

Analogous Colors of #a13ccc

#a13ccc #cc3caf #593ccc

Monochromatic Colors of #a13ccc

#a13ccc

Complementary Color

#a13ccc #67cc3c

#a13ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13ccc Color CSS Codes

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

#a13ccc Text Font Color

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

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


#a13ccc Background Color

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

This div background color is #a13ccc


#a13ccc Border Color

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

This div border color is #a13ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13ccc


Comments

No comments written yet.

Please login to write comment.