Color Hex Logo

#ad3eee Color Hex

#AD3EEE
(173,62,238)
0 Favorites   0 Comments

Color spaces of #ad3eee

RGB 17362238
HSL0.770.840.59
HSV278°74°93°
CMYK 0.270.740.00   0.07
XYZ34.388818.502582.6478
Yxy18.50250.25370.1365
Hunter Lab43.014567.4298-83.8092
CIE-Lab50.100071.3701-68.4746

#ad3eee color RGB value is (173,62,238).

#ad3eee hex color red value is 173, green value is 62 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ad3eee hue: 0.77 , saturation: 0.84 and the lightness value of ad3eee is 0.59.

The process color (four color CMYK) of #ad3eee color hex is 0.27, 0.74, 0.00, 0.07. Web safe color of #ad3eee is #9933ff. Color #ad3eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111110 11101110
Octal 255 76 356
Decimal 173 62 238
Hex AD 3E EE

RGB Percentages of Color #ad3eee

%36.58
%13.11
%50.32

CMYK Percentages of Color #ad3eee

%27
%74
%0
%7

Triadic Colors of #ad3eee

#ad3eee #eead3e #3eeead

Analogous Colors of #ad3eee

#ad3eee #ee3ed7 #553eee

Monochromatic Colors of #ad3eee

#ad3eee

Complementary Color

#ad3eee #7fee3e

#ad3eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3eee Color CSS Codes

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

#ad3eee Text Font Color

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

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


#ad3eee Background Color

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

This div background color is #ad3eee


#ad3eee Border Color

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

This div border color is #ad3eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3eee


Comments

No comments written yet.

Please login to write comment.