Color Hex Logo

#ad40ce Color Hex

#AD40CE
(173,64,206)
0 Favorites   0 Comments

Color spaces of #ad40ce

RGB 17364206
HSL0.790.590.53
HSV286°69°81°
CMYK 0.160.690.00   0.19
XYZ30.207617.007360.0831
Yxy17.00730.28150.1585
Hunter Lab41.239958.5787-57.5126
CIE-Lab48.269264.1934-53.2351

#ad40ce color RGB value is (173,64,206).

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

The process color (four color CMYK) of #ad40ce color hex is 0.16, 0.69, 0.00, 0.19. Web safe color of #ad40ce is #9933cc. Color #ad40ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 11001110
Octal 255 100 316
Decimal 173 64 206
Hex AD 40 CE

RGB Percentages of Color #ad40ce

%39.05
%14.45
%46.50

CMYK Percentages of Color #ad40ce

%16
%69
%0
%19

Triadic Colors of #ad40ce

#ad40ce #cead40 #40cead

Analogous Colors of #ad40ce

#ad40ce #ce40a8 #6640ce

Monochromatic Colors of #ad40ce

#ad40ce

Complementary Color

#ad40ce #61ce40

#ad40ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad40ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad40ce Color CSS Codes

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

#ad40ce Text Font Color

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

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


#ad40ce Background Color

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

This div background color is #ad40ce


#ad40ce Border Color

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

This div border color is #ad40ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad40ce


Comments

No comments written yet.

Please login to write comment.