Color Hex Logo

#ad23db Color Hex

#AD23DB
(173,35,219)
0 Favorites   0 Comments

Color spaces of #ad23db

RGB 17335219
HSL0.790.720.50
HSV285°84°86°
CMYK 0.210.840.00   0.14
XYZ30.620815.200868.3380
Yxy15.20080.26820.1332
Hunter Lab38.988271.9621-76.6310
CIE-Lab45.908075.9198-64.4990

#ad23db color RGB value is (173,35,219).

#ad23db hex color red value is 173, green value is 35 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ad23db hue: 0.79 , saturation: 0.72 and the lightness value of ad23db is 0.50.

The process color (four color CMYK) of #ad23db color hex is 0.21, 0.84, 0.00, 0.14. Web safe color of #ad23db is #9933cc. Color #ad23db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100011 11011011
Octal 255 43 333
Decimal 173 35 219
Hex AD 23 DB

RGB Percentages of Color #ad23db

%40.52
%8.20
%51.29

CMYK Percentages of Color #ad23db

%21
%84
%0
%14

Triadic Colors of #ad23db

#ad23db #dbad23 #23dbad

Analogous Colors of #ad23db

#ad23db #db23ad #5123db

Monochromatic Colors of #ad23db

#ad23db

Complementary Color

#ad23db #51db23

#ad23db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad23db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad23db Color CSS Codes

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

#ad23db Text Font Color

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

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


#ad23db Background Color

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

This div background color is #ad23db


#ad23db Border Color

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

This div border color is #ad23db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad23db


Comments

No comments written yet.

Please login to write comment.