Color Hex Logo

#a23dad Color Hex

#A23DAD
(162,61,173)
0 Favorites   0 Comments

Color spaces of #a23dad

RGB 16261173
HSL0.820.480.46
HSV294°65°68°
CMYK 0.060.650.00   0.32
XYZ24.111914.036040.9735
Yxy14.03600.30470.1774
Hunter Lab37.464749.3178-38.6177
CIE-Lab44.284556.6728-40.4536

#a23dad color RGB value is (162,61,173).

#a23dad hex color red value is 162, green value is 61 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a23dad hue: 0.82 , saturation: 0.48 and the lightness value of a23dad is 0.46.

The process color (four color CMYK) of #a23dad color hex is 0.06, 0.65, 0.00, 0.32. Web safe color of #a23dad is #993399. Color #a23dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111101 10101101
Octal 242 75 255
Decimal 162 61 173
Hex A2 3D AD

RGB Percentages of Color #a23dad

%40.91
%15.40
%43.69

CMYK Percentages of Color #a23dad

%6
%65
%0
%32

Triadic Colors of #a23dad

#a23dad #ada23d #3dada2

Analogous Colors of #a23dad

#a23dad #ad3d80 #6a3dad

Monochromatic Colors of #a23dad

#a23dad

Complementary Color

#a23dad #48ad3d

#a23dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23dad Color CSS Codes

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

#a23dad Text Font Color

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

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


#a23dad Background Color

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

This div background color is #a23dad


#a23dad Border Color

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

This div border color is #a23dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23dad


Comments

No comments written yet.

Please login to write comment.