Color Hex Logo

#a123ad Color Hex

#A123AD
(161,35,173)
0 Favorites   0 Comments

Color spaces of #a123ad

RGB 16135173
HSL0.820.660.41
HSV295°80°68°
CMYK 0.070.800.00   0.32
XYZ22.841811.796340.6082
Yxy11.79630.30360.1568
Hunter Lab34.345758.6072-46.0587
CIE-Lab40.890565.6440-45.8749

#a123ad color RGB value is (161,35,173).

#a123ad hex color red value is 161, green value is 35 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a123ad hue: 0.82 , saturation: 0.66 and the lightness value of a123ad is 0.41.

The process color (four color CMYK) of #a123ad color hex is 0.07, 0.80, 0.00, 0.32. Web safe color of #a123ad is #993399. Color #a123ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100011 10101101
Octal 241 43 255
Decimal 161 35 173
Hex A1 23 AD

RGB Percentages of Color #a123ad

%43.63
%9.49
%46.88

CMYK Percentages of Color #a123ad

%7
%80
%0
%32

Triadic Colors of #a123ad

#a123ad #ada123 #23ada1

Analogous Colors of #a123ad

#a123ad #ad2374 #5c23ad

Monochromatic Colors of #a123ad

#a123ad

Complementary Color

#a123ad #2fad23

#a123ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a123ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a123ad Color CSS Codes

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

#a123ad Text Font Color

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

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


#a123ad Background Color

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

This div background color is #a123ad


#a123ad Border Color

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

This div border color is #a123ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a123ad


Comments

No comments written yet.

Please login to write comment.