Color Hex Logo

#ad6cea Color Hex

#AD6CEA
(173,108,234)
0 Favorites   0 Comments

Color spaces of #ad6cea

RGB 173108234
HSL0.750.750.67
HSV271°54°92°
CMYK 0.260.540.00   0.08
XYZ37.447425.549980.7998
Yxy25.54990.26040.1777
Hunter Lab50.546943.7837-59.3929
CIE-Lab57.607349.2752-54.1609

#ad6cea color RGB value is (173,108,234).

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

The process color (four color CMYK) of #ad6cea color hex is 0.26, 0.54, 0.00, 0.08. Web safe color of #ad6cea is #9966ff. Color #ad6cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101100 11101010
Octal 255 154 352
Decimal 173 108 234
Hex AD 6C EA

RGB Percentages of Color #ad6cea

%33.59
%20.97
%45.44

CMYK Percentages of Color #ad6cea

%26
%54
%0
%8

Triadic Colors of #ad6cea

#ad6cea #eaad6c #6ceaad

Analogous Colors of #ad6cea

#ad6cea #ea6ce8 #6e6cea

Monochromatic Colors of #ad6cea

#ad6cea

Complementary Color

#ad6cea #a9ea6c

#ad6cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6cea Color CSS Codes

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

#ad6cea Text Font Color

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

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


#ad6cea Background Color

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

This div background color is #ad6cea


#ad6cea Border Color

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

This div border color is #ad6cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6cea


Comments

No comments written yet.

Please login to write comment.