Color Hex Logo

#ad25dd Color Hex

#AD25DD
(173,37,221)
0 Favorites   0 Comments

Color spaces of #ad25dd

RGB 17337221
HSL0.790.730.51
HSV284°83°87°
CMYK 0.220.830.00   0.13
XYZ30.946315.427869.7534
Yxy15.42780.26650.1329
Hunter Lab39.278271.8986-77.7971
CIE-Lab46.214675.8083-65.1444

#ad25dd color RGB value is (173,37,221).

#ad25dd hex color red value is 173, green value is 37 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ad25dd hue: 0.79 , saturation: 0.73 and the lightness value of ad25dd is 0.51.

The process color (four color CMYK) of #ad25dd color hex is 0.22, 0.83, 0.00, 0.13. Web safe color of #ad25dd is #9933cc. Color #ad25dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100101 11011101
Octal 255 45 335
Decimal 173 37 221
Hex AD 25 DD

RGB Percentages of Color #ad25dd

%40.14
%8.58
%51.28

CMYK Percentages of Color #ad25dd

%22
%83
%0
%13

Triadic Colors of #ad25dd

#ad25dd #ddad25 #25ddad

Analogous Colors of #ad25dd

#ad25dd #dd25b1 #5125dd

Monochromatic Colors of #ad25dd

#ad25dd

Complementary Color

#ad25dd #55dd25

#ad25dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad25dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad25dd Color CSS Codes

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

#ad25dd Text Font Color

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

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


#ad25dd Background Color

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

This div background color is #ad25dd


#ad25dd Border Color

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

This div border color is #ad25dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad25dd


Comments

No comments written yet.

Please login to write comment.