color codes Logo

#ad37db color codes

#AD37DB
(173,55,219)
0 Favorites   0 Comments

Color spaces of #ad37db

RGB 17355219
HSL0.790.690.54
HSV283°75°86°
CMYK 0.210.750.00   0.14
XYZ31.386016.731168.5930
Yxy16.73110.26890.1434
Hunter Lab40.903765.3843-70.7932
CIE-Lab47.919470.0816-61.2437

#ad37db color RGB value is (173,55,219).

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

The process color (four color CMYK) of #ad37db color code is 0.21, 0.75, 0.00, 0.14. Web safe color of #ad37db is #9933cc. Color #ad37db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110111 11011011
Octal 255 67 333
Decimal 173 55 219
Hex AD 37 DB

RGB Percentages of Color #ad37db

%38.70
%12.30
%48.99

CMYK Percentages of Color #ad37db

%21
%75
%0
%14

Triadic Colors of #ad37db

#ad37db #dbad37 #37dbad

Analogous Colors of #ad37db

#ad37db #db37b7 #5b37db

Monochromatic Colors of #ad37db

#ad37db

Complementary Color

#ad37db #65db37

#ad37db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad37db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad37db Color CSS Codes

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

#ad37db Text Font Color

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

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


#ad37db Background Color

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

This div background color is #ad37db


#ad37db Border Color

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

This div border color is #ad37db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad37db


Comments

No comments written yet.

Please login to write comment.