Color Hex Logo

#ad1eaf Color Hex

#AD1EAF
(173,30,175)
0 Favorites   0 Comments

Color spaces of #ad1eaf

RGB 17330175
HSL0.830.710.40
HSV299°83°69°
CMYK 0.010.830.00   0.31
XYZ25.435712.907941.7083
Yxy12.90790.31770.1612
Hunter Lab35.927663.4997-43.6804
CIE-Lab42.624169.5193-44.1743

#ad1eaf color RGB value is (173,30,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011110 10101111
Octal 255 36 257
Decimal 173 30 175
Hex AD 1E AF

RGB Percentages of Color #ad1eaf

%45.77
%7.94
%46.30

CMYK Percentages of Color #ad1eaf

%1
%83
%0
%31

Triadic Colors of #ad1eaf

#ad1eaf #afad1e #1eafad

Analogous Colors of #ad1eaf

#ad1eaf #af1e69 #651eaf

Monochromatic Colors of #ad1eaf

#ad1eaf

Complementary Color

#ad1eaf #20af1e

#ad1eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1eaf Color CSS Codes

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

#ad1eaf Text Font Color

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

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


#ad1eaf Background Color

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

This div background color is #ad1eaf


#ad1eaf Border Color

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

This div border color is #ad1eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1eaf


Comments

No comments written yet.

Please login to write comment.