Color Hex Logo

#ad74dd Color Hex

#AD74DD
(173,116,221)
0 Favorites   0 Comments

Color spaces of #ad74dd

RGB 173116221
HSL0.760.610.66
HSV273°48°87°
CMYK 0.220.480.00   0.13
XYZ36.530126.595571.6147
Yxy26.59550.27110.1974
Hunter Lab51.570836.1912-46.2345
CIE-Lab58.598041.9872-45.3138

#ad74dd color RGB value is (173,116,221).

#ad74dd hex color red value is 173, green value is 116 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ad74dd hue: 0.76 , saturation: 0.61 and the lightness value of ad74dd is 0.66.

The process color (four color CMYK) of #ad74dd color hex is 0.22, 0.48, 0.00, 0.13. Web safe color of #ad74dd is #9966cc. Color #ad74dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 11011101
Octal 255 164 335
Decimal 173 116 221
Hex AD 74 DD

RGB Percentages of Color #ad74dd

%33.92
%22.75
%43.33

CMYK Percentages of Color #ad74dd

%22
%48
%0
%13

Triadic Colors of #ad74dd

#ad74dd #ddad74 #74ddad

Analogous Colors of #ad74dd

#ad74dd #dd74d9 #7974dd

Monochromatic Colors of #ad74dd

#ad74dd

Complementary Color

#ad74dd #a4dd74

#ad74dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad74dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad74dd Color CSS Codes

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

#ad74dd Text Font Color

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

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


#ad74dd Background Color

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

This div background color is #ad74dd


#ad74dd Border Color

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

This div border color is #ad74dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad74dd


Comments

No comments written yet.

Please login to write comment.