Color Hex Logo

#a13dea Color Hex

#A13DEA
(161,61,234)
0 Favorites   0 Comments

Color spaces of #a13dea

RGB 16161234
HSL0.760.800.58
HSV275°74°92°
CMYK 0.310.740.00   0.08
XYZ31.218016.855179.4499
Yxy16.85510.24480.1322
Hunter Lab41.055063.8844-86.0000
CIE-Lab48.076968.7849-69.5786

#a13dea color RGB value is (161,61,234).

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

The process color (four color CMYK) of #a13dea color hex is 0.31, 0.74, 0.00, 0.08. Web safe color of #a13dea is #9933ff. Color #a13dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111101 11101010
Octal 241 75 352
Decimal 161 61 234
Hex A1 3D EA

RGB Percentages of Color #a13dea

%35.31
%13.38
%51.32

CMYK Percentages of Color #a13dea

%31
%74
%0
%8

Triadic Colors of #a13dea

#a13dea #eaa13d #3deaa1

Analogous Colors of #a13dea

#a13dea #ea3ddd #4b3dea

Monochromatic Colors of #a13dea

#a13dea

Complementary Color

#a13dea #86ea3d

#a13dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13dea Color CSS Codes

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

#a13dea Text Font Color

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

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


#a13dea Background Color

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

This div background color is #a13dea


#a13dea Border Color

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

This div border color is #a13dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13dea


Comments

No comments written yet.

Please login to write comment.