Color Hex Logo

#ad3aef Color Hex

#AD3AEF
(173,58,239)
0 Favorites   0 Comments

Color spaces of #ad3aef

RGB 17358239
HSL0.770.850.58
HSV278°76°94°
CMYK 0.280.760.00   0.06
XYZ34.326618.142383.3540
Yxy18.14230.25270.1336
Hunter Lab42.593869.3152-86.2121
CIE-Lab49.668273.0162-69.7372

#ad3aef color RGB value is (173,58,239).

#ad3aef hex color red value is 173, green value is 58 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ad3aef hue: 0.77 , saturation: 0.85 and the lightness value of ad3aef is 0.58.

The process color (four color CMYK) of #ad3aef color hex is 0.28, 0.76, 0.00, 0.06. Web safe color of #ad3aef is #9933ff. Color #ad3aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111010 11101111
Octal 255 72 357
Decimal 173 58 239
Hex AD 3A EF

RGB Percentages of Color #ad3aef

%36.81
%12.34
%50.85

CMYK Percentages of Color #ad3aef

%28
%76
%0
%6

Triadic Colors of #ad3aef

#ad3aef #efad3a #3aefad

Analogous Colors of #ad3aef

#ad3aef #ef3ad7 #533aef

Monochromatic Colors of #ad3aef

#ad3aef

Complementary Color

#ad3aef #7cef3a

#ad3aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3aef Color CSS Codes

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

#ad3aef Text Font Color

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

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


#ad3aef Background Color

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

This div background color is #ad3aef


#ad3aef Border Color

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

This div border color is #ad3aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3aef


Comments

No comments written yet.

Please login to write comment.