Color Hex Logo

#a13ddd Color Hex

#A13DDD
(161,61,221)
0 Favorites   0 Comments

Color spaces of #a13ddd

RGB 16161221
HSL0.770.700.55
HSV278°72°87°
CMYK 0.270.720.00   0.13
XYZ29.417816.135069.9705
Yxy16.13500.25460.1397
Hunter Lab40.168460.4319-75.1611
CIE-Lab47.151166.0128-63.7085

#a13ddd color RGB value is (161,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111101 11011101
Octal 241 75 335
Decimal 161 61 221
Hex A1 3D DD

RGB Percentages of Color #a13ddd

%36.34
%13.77
%49.89

CMYK Percentages of Color #a13ddd

%27
%72
%0
%13

Triadic Colors of #a13ddd

#a13ddd #dda13d #3ddda1

Analogous Colors of #a13ddd

#a13ddd #dd3dc9 #513ddd

Monochromatic Colors of #a13ddd

#a13ddd

Complementary Color

#a13ddd #79dd3d

#a13ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13ddd Color CSS Codes

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

#a13ddd Text Font Color

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

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


#a13ddd Background Color

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

This div background color is #a13ddd


#a13ddd Border Color

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

This div border color is #a13ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13ddd


Comments

No comments written yet.

Please login to write comment.