Color Hex Logo

#ad0067 Color Hex

#AD0067
(173,0,103)
0 Favorites   0 Comments

Color spaces of #ad0067

RGB 1730103
HSL0.901.000.34
HSV324°100°68°
CMYK 0.001.000.40   0.32
XYZ19.68189.863513.6985
Yxy9.86350.45510.2281
Hunter Lab31.406256.9024-3.8763
CIE-Lab37.596364.7909-7.8079

#ad0067 color RGB value is (173,0,103).

#ad0067 hex color red value is 173, green value is 0 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ad0067 hue: 0.90 , saturation: 1.00 and the lightness value of ad0067 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000000 01100111
Octal 255 0 147
Decimal 173 0 103
Hex AD 0 67

RGB Percentages of Color #ad0067

%62.68
%0.00
%37.32

CMYK Percentages of Color #ad0067

%0
%100
%40
%32

Triadic Colors of #ad0067

#ad0067 #67ad00 #0067ad

Analogous Colors of #ad0067

#ad0067 #ad0011 #9d00ad

Monochromatic Colors of #ad0067

#ad0067

Complementary Color

#ad0067 #00ad46

#ad0067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0067 Color CSS Codes

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

#ad0067 Text Font Color

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

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


#ad0067 Background Color

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

This div background color is #ad0067


#ad0067 Border Color

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

This div border color is #ad0067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0067


Comments

No comments written yet.

Please login to write comment.