Color Hex Logo

#ad4dea Color Hex

#AD4DEA
(173,77,234)
0 Favorites   0 Comments

Color spaces of #ad4dea

RGB 17377234
HSL0.770.790.61
HSV277°67°92°
CMYK 0.260.670.00   0.08
XYZ34.738720.132579.8969
Yxy20.13250.25780.1494
Hunter Lab44.869359.6772-74.1669
CIE-Lab51.986764.4421-63.1747

#ad4dea color RGB value is (173,77,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001101 11101010
Octal 255 115 352
Decimal 173 77 234
Hex AD 4D EA

RGB Percentages of Color #ad4dea

%35.74
%15.91
%48.35

CMYK Percentages of Color #ad4dea

%26
%67
%0
%8

Triadic Colors of #ad4dea

#ad4dea #eaad4d #4deaad

Analogous Colors of #ad4dea

#ad4dea #ea4dd9 #5f4dea

Monochromatic Colors of #ad4dea

#ad4dea

Complementary Color

#ad4dea #8aea4d

#ad4dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4dea Color CSS Codes

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

#ad4dea Text Font Color

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

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


#ad4dea Background Color

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

This div background color is #ad4dea


#ad4dea Border Color

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

This div border color is #ad4dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4dea


Comments

No comments written yet.

Please login to write comment.