Color Hex Logo

#ad0891 Color Hex

#AD0891
(173,8,145)
0 Favorites   0 Comments

Color spaces of #ad0891

RGB 1738145
HSL0.860.910.35
HSV310°95°68°
CMYK 0.000.950.16   0.32
XYZ22.431211.102227.7488
Yxy11.10220.36600.1812
Hunter Lab33.320061.8573-26.0526
CIE-Lab39.752168.6772-30.6773

#ad0891 color RGB value is (173,8,145).

#ad0891 hex color red value is 173, green value is 8 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ad0891 hue: 0.86 , saturation: 0.91 and the lightness value of ad0891 is 0.35.

The process color (four color CMYK) of #ad0891 color hex is 0.00, 0.95, 0.16, 0.32. Web safe color of #ad0891 is #990099. Color #ad0891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001000 10010001
Octal 255 10 221
Decimal 173 8 145
Hex AD 8 91

RGB Percentages of Color #ad0891

%53.07
%2.45
%44.48

CMYK Percentages of Color #ad0891

%0
%95
%16
%32

Triadic Colors of #ad0891

#ad0891 #91ad08 #0891ad

Analogous Colors of #ad0891

#ad0891 #ad083e #7708ad

Monochromatic Colors of #ad0891

#ad0891

Complementary Color

#ad0891 #08ad24

#ad0891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0891 Color CSS Codes

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

#ad0891 Text Font Color

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

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


#ad0891 Background Color

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

This div background color is #ad0891


#ad0891 Border Color

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

This div border color is #ad0891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0891


Comments

No comments written yet.

Please login to write comment.