Color Hex Logo

#ad1068 Color Hex

#AD1068
(173,16,104)
0 Favorites   0 Comments

Color spaces of #ad1068

RGB 17316104
HSL0.910.830.37
HSV326°91°68°
CMYK 0.000.910.40   0.32
XYZ19.917610.254314.0262
Yxy10.25430.45060.2320
Hunter Lab32.022354.9863-3.5542
CIE-Lab38.295062.9559-7.3961

#ad1068 color RGB value is (173,16,104).

#ad1068 hex color red value is 173, green value is 16 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ad1068 hue: 0.91 , saturation: 0.83 and the lightness value of ad1068 is 0.37.

The process color (four color CMYK) of #ad1068 color hex is 0.00, 0.91, 0.40, 0.32. Web safe color of #ad1068 is #990066. Color #ad1068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010000 01101000
Octal 255 20 150
Decimal 173 16 104
Hex AD 10 68

RGB Percentages of Color #ad1068

%59.04
%5.46
%35.49

CMYK Percentages of Color #ad1068

%0
%91
%40
%32

Triadic Colors of #ad1068

#ad1068 #68ad10 #1068ad

Analogous Colors of #ad1068

#ad1068 #ad101a #a410ad

Monochromatic Colors of #ad1068

#ad1068

Complementary Color

#ad1068 #10ad55

#ad1068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1068 Color CSS Codes

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

#ad1068 Text Font Color

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

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


#ad1068 Background Color

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

This div background color is #ad1068


#ad1068 Border Color

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

This div border color is #ad1068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1068


Comments

No comments written yet.

Please login to write comment.