Color Hex Logo

#ad27dd Color Hex

#AD27DD
(173,39,221)
0 Favorites   0 Comments

Color spaces of #ad27dd

RGB 17339221
HSL0.790.730.51
HSV284°82°87°
CMYK 0.220.820.00   0.13
XYZ31.010215.555769.7747
Yxy15.55570.26650.1337
Hunter Lab39.440771.3241-77.2816
CIE-Lab46.386175.3059-64.8664

#ad27dd color RGB value is (173,39,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100111 11011101
Octal 255 47 335
Decimal 173 39 221
Hex AD 27 DD

RGB Percentages of Color #ad27dd

%39.95
%9.01
%51.04

CMYK Percentages of Color #ad27dd

%22
%82
%0
%13

Triadic Colors of #ad27dd

#ad27dd #ddad27 #27ddad

Analogous Colors of #ad27dd

#ad27dd #dd27b2 #5227dd

Monochromatic Colors of #ad27dd

#ad27dd

Complementary Color

#ad27dd #57dd27

#ad27dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad27dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad27dd Color CSS Codes

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

#ad27dd Text Font Color

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

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


#ad27dd Background Color

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

This div background color is #ad27dd


#ad27dd Border Color

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

This div border color is #ad27dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad27dd


Comments

No comments written yet.

Please login to write comment.