Color Hex Logo

#ad23ad Color Hex

#AD23AD
(173,35,173)
0 Favorites   0 Comments

Color spaces of #ad23ad

RGB 17335173
HSL0.830.660.41
HSV300°80°68°
CMYK 0.000.800.00   0.32
XYZ25.377413.103440.7268
Yxy13.10340.32040.1654
Hunter Lab36.198661.7916-41.3677
CIE-Lab42.918668.0036-42.5182

#ad23ad color RGB value is (173,35,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100011 10101101
Octal 255 43 255
Decimal 173 35 173
Hex AD 23 AD

RGB Percentages of Color #ad23ad

%45.41
%9.19
%45.41

CMYK Percentages of Color #ad23ad

%0
%80
%0
%32

Triadic Colors of #ad23ad

#ad23ad #adad23 #23adad

Analogous Colors of #ad23ad

#ad23ad #ad2368 #6823ad

Monochromatic Colors of #ad23ad

#ad23ad

Complementary Color

#ad23ad #23ad23

#ad23ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad23ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad23ad Color CSS Codes

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

#ad23ad Text Font Color

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

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


#ad23ad Background Color

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

This div background color is #ad23ad


#ad23ad Border Color

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

This div border color is #ad23ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad23ad


Comments

No comments written yet.

Please login to write comment.