Color Hex Logo

#ad74ae Color Hex

#AD74AE
(173,116,174)
0 Favorites   0 Comments

Color spaces of #ad74ae

RGB 173116174
HSL0.830.260.57
HSV299°33°68°
CMYK 0.010.330.00   0.32
XYZ31.119024.431043.1199
Yxy24.43100.31540.2476
Hunter Lab49.427725.8826-17.1242
CIE-Lab56.516832.0413-21.8420

#ad74ae color RGB value is (173,116,174).

#ad74ae hex color red value is 173, green value is 116 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ad74ae hue: 0.83 , saturation: 0.26 and the lightness value of ad74ae is 0.57.

The process color (four color CMYK) of #ad74ae color hex is 0.01, 0.33, 0.00, 0.32. Web safe color of #ad74ae is #996699. Color #ad74ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 10101110
Octal 255 164 256
Decimal 173 116 174
Hex AD 74 AE

RGB Percentages of Color #ad74ae

%37.37
%25.05
%37.58

CMYK Percentages of Color #ad74ae

%1
%33
%0
%32

Triadic Colors of #ad74ae

#ad74ae #aead74 #74aead

Analogous Colors of #ad74ae

#ad74ae #ae7492 #9074ae

Monochromatic Colors of #ad74ae

#ad74ae

Complementary Color

#ad74ae #75ae74

#ad74ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad74ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad74ae Color CSS Codes

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

#ad74ae Text Font Color

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

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


#ad74ae Background Color

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

This div background color is #ad74ae


#ad74ae Border Color

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

This div border color is #ad74ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad74ae


Comments

No comments written yet.

Please login to write comment.