Color Hex Logo

#ad78eb Color Hex

#AD78EB
(173,120,235)
0 Favorites   0 Comments

Color spaces of #ad78eb

RGB 173120235
HSL0.740.740.70
HSV268°49°92°
CMYK 0.260.490.00   0.08
XYZ38.945428.315382.0100
Yxy28.31530.26090.1897
Hunter Lab53.212137.5211-54.1287
CIE-Lab60.172543.0422-50.6377

#ad78eb color RGB value is (173,120,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111000 11101011
Octal 255 170 353
Decimal 173 120 235
Hex AD 78 EB

RGB Percentages of Color #ad78eb

%32.77
%22.73
%44.51

CMYK Percentages of Color #ad78eb

%26
%49
%0
%8

Triadic Colors of #ad78eb

#ad78eb #ebad78 #78ebad

Analogous Colors of #ad78eb

#ad78eb #e778eb #787deb

Monochromatic Colors of #ad78eb

#ad78eb

Complementary Color

#ad78eb #b6eb78

#ad78eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad78eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad78eb Color CSS Codes

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

#ad78eb Text Font Color

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

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


#ad78eb Background Color

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

This div background color is #ad78eb


#ad78eb Border Color

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

This div border color is #ad78eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad78eb


Comments

No comments written yet.

Please login to write comment.