Color Hex Logo

#ad67c7 Color Hex

#AD67C7
(173,103,199)
0 Favorites   0 Comments

Color spaces of #ad67c7

RGB 173103199
HSL0.790.460.59
HSV284°48°78°
CMYK 0.130.480.00   0.22
XYZ32.392622.708356.7087
Yxy22.70830.28970.2031
Hunter Lab47.653237.9434-37.1995
CIE-Lab54.770644.2065-38.8955

#ad67c7 color RGB value is (173,103,199).

#ad67c7 hex color red value is 173, green value is 103 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ad67c7 hue: 0.79 , saturation: 0.46 and the lightness value of ad67c7 is 0.59.

The process color (four color CMYK) of #ad67c7 color hex is 0.13, 0.48, 0.00, 0.22. Web safe color of #ad67c7 is #9966cc. Color #ad67c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100111 11000111
Octal 255 147 307
Decimal 173 103 199
Hex AD 67 C7

RGB Percentages of Color #ad67c7

%36.42
%21.68
%41.89

CMYK Percentages of Color #ad67c7

%13
%48
%0
%22

Triadic Colors of #ad67c7

#ad67c7 #c7ad67 #67c7ad

Analogous Colors of #ad67c7

#ad67c7 #c767b1 #7d67c7

Monochromatic Colors of #ad67c7

#ad67c7

Complementary Color

#ad67c7 #81c767

#ad67c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad67c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad67c7 Color CSS Codes

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

#ad67c7 Text Font Color

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

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


#ad67c7 Background Color

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

This div background color is #ad67c7


#ad67c7 Border Color

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

This div border color is #ad67c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad67c7


Comments

No comments written yet.

Please login to write comment.