Color Hex Logo

#ad1eea Color Hex

#AD1EEA
(173,30,234)
0 Favorites   0 Comments

Color spaces of #ad1eea

RGB 17330234
HSL0.780.830.52
HSV282°87°92°
CMYK 0.260.870.00   0.08
XYZ32.549115.753379.1671
Yxy15.75330.25530.1236
Hunter Lab39.690476.9250-90.4774
CIE-Lab46.649179.7743-71.8264

#ad1eea color RGB value is (173,30,234).

#ad1eea hex color red value is 173, green value is 30 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ad1eea hue: 0.78 , saturation: 0.83 and the lightness value of ad1eea is 0.52.

The process color (four color CMYK) of #ad1eea color hex is 0.26, 0.87, 0.00, 0.08. Web safe color of #ad1eea is #9933ff. Color #ad1eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011110 11101010
Octal 255 36 352
Decimal 173 30 234
Hex AD 1E EA

RGB Percentages of Color #ad1eea

%39.59
%6.86
%53.55

CMYK Percentages of Color #ad1eea

%26
%87
%0
%8

Triadic Colors of #ad1eea

#ad1eea #eaad1e #1eeaad

Analogous Colors of #ad1eea

#ad1eea #ea1ec1 #471eea

Monochromatic Colors of #ad1eea

#ad1eea

Complementary Color

#ad1eea #5bea1e

#ad1eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1eea Color CSS Codes

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

#ad1eea Text Font Color

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

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


#ad1eea Background Color

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

This div background color is #ad1eea


#ad1eea Border Color

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

This div border color is #ad1eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1eea


Comments

No comments written yet.

Please login to write comment.