Color Hex Logo

#ad62ea Color Hex

#AD62EA
(173,98,234)
0 Favorites   0 Comments

Color spaces of #ad62ea

RGB 17398234
HSL0.760.760.65
HSV273°58°92°
CMYK 0.260.580.00   0.08
XYZ36.452523.560180.4682
Yxy23.56010.25950.1677
Hunter Lab48.538749.1103-64.3147
CIE-Lab55.644654.4598-57.2968

#ad62ea color RGB value is (173,98,234).

#ad62ea hex color red value is 173, green value is 98 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ad62ea hue: 0.76 , saturation: 0.76 and the lightness value of ad62ea is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100010 11101010
Octal 255 142 352
Decimal 173 98 234
Hex AD 62 EA

RGB Percentages of Color #ad62ea

%34.26
%19.41
%46.34

CMYK Percentages of Color #ad62ea

%26
%58
%0
%8

Triadic Colors of #ad62ea

#ad62ea #eaad62 #62eaad

Analogous Colors of #ad62ea

#ad62ea #ea62e3 #6962ea

Monochromatic Colors of #ad62ea

#ad62ea

Complementary Color

#ad62ea #9fea62

#ad62ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad62ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad62ea Color CSS Codes

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

#ad62ea Text Font Color

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

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


#ad62ea Background Color

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

This div background color is #ad62ea


#ad62ea Border Color

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

This div border color is #ad62ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,98,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 #ad62ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad62ea


Comments

No comments written yet.

Please login to write comment.