Color Hex Logo

#ad67ed Color Hex

#AD67ED
(173,103,237)
0 Favorites   0 Comments

Color spaces of #ad67ed

RGB 173103237
HSL0.750.790.67
HSV271°57°93°
CMYK 0.270.570.00   0.07
XYZ37.369924.699282.9186
Yxy24.69920.25770.1704
Hunter Lab49.698347.2484-64.1330
CIE-Lab56.781252.5833-57.1544

#ad67ed color RGB value is (173,103,237).

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

The process color (four color CMYK) of #ad67ed color hex is 0.27, 0.57, 0.00, 0.07. Web safe color of #ad67ed is #9966ff. Color #ad67ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100111 11101101
Octal 255 147 355
Decimal 173 103 237
Hex AD 67 ED

RGB Percentages of Color #ad67ed

%33.72
%20.08
%46.20

CMYK Percentages of Color #ad67ed

%27
%57
%0
%7

Triadic Colors of #ad67ed

#ad67ed #edad67 #67edad

Analogous Colors of #ad67ed

#ad67ed #ed67ea #6a67ed

Monochromatic Colors of #ad67ed

#ad67ed

Complementary Color

#ad67ed #a7ed67

#ad67ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad67ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad67ed Color CSS Codes

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

#ad67ed Text Font Color

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

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


#ad67ed Background Color

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

This div background color is #ad67ed


#ad67ed Border Color

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

This div border color is #ad67ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad67ed


Comments

No comments written yet.

Please login to write comment.