Color Hex Logo

#ad4caf Color Hex

#AD4CAF
(173,76,175)
0 Favorites   0 Comments

Color spaces of #ad4caf

RGB 17376175
HSL0.830.390.49
HSV299°57°69°
CMYK 0.010.570.00   0.31
XYZ27.555917.148342.4150
Yxy17.14830.31630.1968
Hunter Lab41.410546.3113-31.7408
CIE-Lab48.446453.1384-34.9518

#ad4caf color RGB value is (173,76,175).

#ad4caf hex color red value is 173, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ad4caf hue: 0.83 , saturation: 0.39 and the lightness value of ad4caf is 0.49.

The process color (four color CMYK) of #ad4caf color hex is 0.01, 0.57, 0.00, 0.31. Web safe color of #ad4caf is #993399. Color #ad4caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001100 10101111
Octal 255 114 257
Decimal 173 76 175
Hex AD 4C AF

RGB Percentages of Color #ad4caf

%40.80
%17.92
%41.27

CMYK Percentages of Color #ad4caf

%1
%57
%0
%31

Triadic Colors of #ad4caf

#ad4caf #afad4c #4cafad

Analogous Colors of #ad4caf

#ad4caf #af4c80 #7c4caf

Monochromatic Colors of #ad4caf

#ad4caf

Complementary Color

#ad4caf #4eaf4c

#ad4caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4caf Color CSS Codes

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

#ad4caf Text Font Color

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

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


#ad4caf Background Color

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

This div background color is #ad4caf


#ad4caf Border Color

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

This div border color is #ad4caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4caf


Comments

No comments written yet.

Please login to write comment.