Color Hex Logo

#ad4ebc Color Hex

#AD4EBC
(173,78,188)
0 Favorites   0 Comments

Color spaces of #ad4ebc

RGB 17378188
HSL0.810.450.52
HSV292°59°74°
CMYK 0.080.590.00   0.26
XYZ29.035117.963949.5140
Yxy17.96390.30080.1861
Hunter Lab42.383848.1099-39.5956
CIE-Lab49.452354.6208-40.9499

#ad4ebc color RGB value is (173,78,188).

#ad4ebc hex color red value is 173, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ad4ebc hue: 0.81 , saturation: 0.45 and the lightness value of ad4ebc is 0.52.

The process color (four color CMYK) of #ad4ebc color hex is 0.08, 0.59, 0.00, 0.26. Web safe color of #ad4ebc is #9966cc. Color #ad4ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001110 10111100
Octal 255 116 274
Decimal 173 78 188
Hex AD 4E BC

RGB Percentages of Color #ad4ebc

%39.41
%17.77
%42.82

CMYK Percentages of Color #ad4ebc

%8
%59
%0
%26

Triadic Colors of #ad4ebc

#ad4ebc #bcad4e #4ebcad

Analogous Colors of #ad4ebc

#ad4ebc #bc4e94 #764ebc

Monochromatic Colors of #ad4ebc

#ad4ebc

Complementary Color

#ad4ebc #5dbc4e

#ad4ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4ebc Color CSS Codes

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

#ad4ebc Text Font Color

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

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


#ad4ebc Background Color

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

This div background color is #ad4ebc


#ad4ebc Border Color

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

This div border color is #ad4ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4ebc


Comments

No comments written yet.

Please login to write comment.