Color Hex Logo

#ad2db7 Color Hex

#AD2DB7
(173,45,183)
0 Favorites   0 Comments

Color spaces of #ad2db7

RGB 17345183
HSL0.820.610.45
HSV296°75°72°
CMYK 0.050.750.00   0.28
XYZ26.719214.179946.1285
Yxy14.17990.30700.1629
Hunter Lab37.656260.7574-46.2703
CIE-Lab44.489866.8085-45.9175

#ad2db7 color RGB value is (173,45,183).

#ad2db7 hex color red value is 173, green value is 45 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #ad2db7 hue: 0.82 , saturation: 0.61 and the lightness value of ad2db7 is 0.45.

The process color (four color CMYK) of #ad2db7 color hex is 0.05, 0.75, 0.00, 0.28. Web safe color of #ad2db7 is #9933cc. Color #ad2db7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101101 10110111
Octal 255 55 267
Decimal 173 45 183
Hex AD 2D B7

RGB Percentages of Color #ad2db7

%43.14
%11.22
%45.64

CMYK Percentages of Color #ad2db7

%5
%75
%0
%28

Triadic Colors of #ad2db7

#ad2db7 #b7ad2d #2db7ad

Analogous Colors of #ad2db7

#ad2db7 #b72d7c #682db7

Monochromatic Colors of #ad2db7

#ad2db7

Complementary Color

#ad2db7 #37b72d

#ad2db7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2db7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2db7 Color CSS Codes

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

#ad2db7 Text Font Color

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

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


#ad2db7 Background Color

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

This div background color is #ad2db7


#ad2db7 Border Color

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

This div border color is #ad2db7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2db7


Comments

No comments written yet.

Please login to write comment.