Color Hex Logo

#a13cdd Color Hex

#A13CDD
(161,60,221)
0 Favorites   0 Comments

Color spaces of #a13cdd

RGB 16160221
HSL0.770.700.55
HSV278°73°87°
CMYK 0.270.730.00   0.13
XYZ29.364916.029269.9529
Yxy16.02920.25460.1390
Hunter Lab40.036560.8576-75.5677
CIE-Lab47.012866.4062-63.9325

#a13cdd color RGB value is (161,60,221).

#a13cdd hex color red value is 161, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a13cdd hue: 0.77 , saturation: 0.70 and the lightness value of a13cdd is 0.55.

The process color (four color CMYK) of #a13cdd color hex is 0.27, 0.73, 0.00, 0.13. Web safe color of #a13cdd is #9933cc. Color #a13cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111100 11011101
Octal 241 74 335
Decimal 161 60 221
Hex A1 3C DD

RGB Percentages of Color #a13cdd

%36.43
%13.57
%50.00

CMYK Percentages of Color #a13cdd

%27
%73
%0
%13

Triadic Colors of #a13cdd

#a13cdd #dda13c #3cdda1

Analogous Colors of #a13cdd

#a13cdd #dd3cc9 #513cdd

Monochromatic Colors of #a13cdd

#a13cdd

Complementary Color

#a13cdd #78dd3c

#a13cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13cdd Color CSS Codes

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

#a13cdd Text Font Color

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

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


#a13cdd Background Color

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

This div background color is #a13cdd


#a13cdd Border Color

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

This div border color is #a13cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,60,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a13cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13cdd


Comments

No comments written yet.

Please login to write comment.