Color Hex Logo

#ad4deb Color Hex

#AD4DEB
(173,77,235)
0 Favorites   0 Comments

Color spaces of #ad4deb

RGB 17377235
HSL0.770.800.61
HSV276°67°92°
CMYK 0.260.670.00   0.08
XYZ34.882920.190180.6558
Yxy20.19010.25700.1488
Hunter Lab44.933459.9405-74.9726
CIE-Lab52.051564.6569-63.6324

#ad4deb color RGB value is (173,77,235).

#ad4deb hex color red value is 173, green value is 77 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ad4deb hue: 0.77 , saturation: 0.80 and the lightness value of ad4deb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001101 11101011
Octal 255 115 353
Decimal 173 77 235
Hex AD 4D EB

RGB Percentages of Color #ad4deb

%35.67
%15.88
%48.45

CMYK Percentages of Color #ad4deb

%26
%67
%0
%8

Triadic Colors of #ad4deb

#ad4deb #ebad4d #4debad

Analogous Colors of #ad4deb

#ad4deb #eb4dda #5e4deb

Monochromatic Colors of #ad4deb

#ad4deb

Complementary Color

#ad4deb #8beb4d

#ad4deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4deb Color CSS Codes

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

#ad4deb Text Font Color

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

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


#ad4deb Background Color

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

This div background color is #ad4deb


#ad4deb Border Color

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

This div border color is #ad4deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4deb


Comments

No comments written yet.

Please login to write comment.