Color Hex Logo

#a13dda Color Hex

#A13DDA
(161,61,218)
0 Favorites   0 Comments

Color spaces of #a13dda

RGB 16161218
HSL0.770.680.55
HSV278°72°85°
CMYK 0.260.720.00   0.15
XYZ29.021615.976567.8838
Yxy15.97650.25710.1415
Hunter Lab39.970659.6555-72.7153
CIE-Lab46.943665.3818-62.3332

#a13dda color RGB value is (161,61,218).

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

The process color (four color CMYK) of #a13dda color hex is 0.26, 0.72, 0.00, 0.15. Web safe color of #a13dda is #9933cc. Color #a13dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111101 11011010
Octal 241 75 332
Decimal 161 61 218
Hex A1 3D DA

RGB Percentages of Color #a13dda

%36.59
%13.86
%49.55

CMYK Percentages of Color #a13dda

%26
%72
%0
%15

Triadic Colors of #a13dda

#a13dda #daa13d #3ddaa1

Analogous Colors of #a13dda

#a13dda #da3dc5 #533dda

Monochromatic Colors of #a13dda

#a13dda

Complementary Color

#a13dda #76da3d

#a13dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13dda Color CSS Codes

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

#a13dda Text Font Color

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

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


#a13dda Background Color

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

This div background color is #a13dda


#a13dda Border Color

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

This div border color is #a13dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13dda


Comments

No comments written yet.

Please login to write comment.