Color Hex Logo

#a13aed Color Hex

#A13AED
(161,58,237)
0 Favorites   0 Comments

Color spaces of #a13aed

RGB 16158237
HSL0.760.830.58
HSV275°76°93°
CMYK 0.320.760.00   0.07
XYZ31.497116.717681.6875
Yxy16.71760.24250.1287
Hunter Lab40.887265.9535-89.8331
CIE-Lab47.902270.5631-71.5545

#a13aed color RGB value is (161,58,237).

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

The process color (four color CMYK) of #a13aed color hex is 0.32, 0.76, 0.00, 0.07. Web safe color of #a13aed is #9933ff. Color #a13aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111010 11101101
Octal 241 72 355
Decimal 161 58 237
Hex A1 3A ED

RGB Percentages of Color #a13aed

%35.31
%12.72
%51.97

CMYK Percentages of Color #a13aed

%32
%76
%0
%7

Triadic Colors of #a13aed

#a13aed #eda13a #3aeda1

Analogous Colors of #a13aed

#a13aed #ed3ae0 #483aed

Monochromatic Colors of #a13aed

#a13aed

Complementary Color

#a13aed #86ed3a

#a13aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13aed Color CSS Codes

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

#a13aed Text Font Color

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

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


#a13aed Background Color

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

This div background color is #a13aed


#a13aed Border Color

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

This div border color is #a13aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13aed


Comments

No comments written yet.

Please login to write comment.