Color Hex Logo

#a13dcc Color Hex

#A13DCC
(161,61,204)
0 Favorites   0 Comments

Color spaces of #a13dcc

RGB 16161204
HSL0.780.580.52
HSV282°70°80°
CMYK 0.210.700.00   0.20
XYZ27.265815.274258.6379
Yxy15.27420.26950.1510
Hunter Lab39.082256.1370-61.5995
CIE-Lab46.007562.4853-55.8087

#a13dcc color RGB value is (161,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111101 11001100
Octal 241 75 314
Decimal 161 61 204
Hex A1 3D CC

RGB Percentages of Color #a13dcc

%37.79
%14.32
%47.89

CMYK Percentages of Color #a13dcc

%21
%70
%0
%20

Triadic Colors of #a13dcc

#a13dcc #cca13d #3dcca1

Analogous Colors of #a13dcc

#a13dcc #cc3db0 #593dcc

Monochromatic Colors of #a13dcc

#a13dcc

Complementary Color

#a13dcc #68cc3d

#a13dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13dcc Color CSS Codes

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

#a13dcc Text Font Color

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

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


#a13dcc Background Color

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

This div background color is #a13dcc


#a13dcc Border Color

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

This div border color is #a13dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13dcc


Comments

No comments written yet.

Please login to write comment.