Color Hex Logo

#ad77eb Color Hex

#AD77EB
(173,119,235)
0 Favorites   0 Comments

Color spaces of #ad77eb

RGB 173119235
HSL0.740.740.69
HSV268°49°92°
CMYK 0.260.490.00   0.08
XYZ38.825828.076081.9701
Yxy28.07600.26080.1886
Hunter Lab52.986838.0681-54.6304
CIE-Lab59.957343.5892-50.9792

#ad77eb color RGB value is (173,119,235).

#ad77eb hex color red value is 173, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ad77eb hue: 0.74 , saturation: 0.74 and the lightness value of ad77eb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110111 11101011
Octal 255 167 353
Decimal 173 119 235
Hex AD 77 EB

RGB Percentages of Color #ad77eb

%32.83
%22.58
%44.59

CMYK Percentages of Color #ad77eb

%26
%49
%0
%8

Triadic Colors of #ad77eb

#ad77eb #ebad77 #77ebad

Analogous Colors of #ad77eb

#ad77eb #e777eb #777beb

Monochromatic Colors of #ad77eb

#ad77eb

Complementary Color

#ad77eb #b5eb77

#ad77eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad77eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad77eb Color CSS Codes

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

#ad77eb Text Font Color

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

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


#ad77eb Background Color

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

This div background color is #ad77eb


#ad77eb Border Color

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

This div border color is #ad77eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad77eb


Comments

No comments written yet.

Please login to write comment.