Color Hex Logo

#ad4098 Color Hex

#AD4098
(173,64,152)
0 Favorites   0 Comments

Color spaces of #ad4098

RGB 17364152
HSL0.870.460.46
HSV312°63°68°
CMYK 0.000.630.12   0.32
XYZ24.734514.818031.2623
Yxy14.81800.34930.2093
Hunter Lab38.494247.3308-21.2053
CIE-Lab45.383954.6353-26.1078

#ad4098 color RGB value is (173,64,152).

#ad4098 hex color red value is 173, green value is 64 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ad4098 hue: 0.87 , saturation: 0.46 and the lightness value of ad4098 is 0.46.

The process color (four color CMYK) of #ad4098 color hex is 0.00, 0.63, 0.12, 0.32. Web safe color of #ad4098 is #993399. Color #ad4098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 10011000
Octal 255 100 230
Decimal 173 64 152
Hex AD 40 98

RGB Percentages of Color #ad4098

%44.47
%16.45
%39.07

CMYK Percentages of Color #ad4098

%0
%63
%12
%32

Triadic Colors of #ad4098

#ad4098 #98ad40 #4098ad

Analogous Colors of #ad4098

#ad4098 #ad4061 #8c40ad

Monochromatic Colors of #ad4098

#ad4098

Complementary Color

#ad4098 #40ad55

#ad4098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4098 Color CSS Codes

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

#ad4098 Text Font Color

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

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


#ad4098 Background Color

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

This div background color is #ad4098


#ad4098 Border Color

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

This div border color is #ad4098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4098


Comments

No comments written yet.

Please login to write comment.