Color Hex Logo

#ad31ec Color Hex

#AD31EC
(173,49,236)
0 Favorites   0 Comments

Color spaces of #ad31ec

RGB 17349236
HSL0.780.830.56
HSV280°79°93°
CMYK 0.270.790.00   0.07
XYZ33.472217.137080.9005
Yxy17.13700.25450.1303
Hunter Lab41.396971.8850-86.8907
CIE-Lab48.432275.3649-70.0553

#ad31ec color RGB value is (173,49,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110001 11101100
Octal 255 61 354
Decimal 173 49 236
Hex AD 31 EC

RGB Percentages of Color #ad31ec

%37.77
%10.70
%51.53

CMYK Percentages of Color #ad31ec

%27
%79
%0
%7

Triadic Colors of #ad31ec

#ad31ec #ecad31 #31ecad

Analogous Colors of #ad31ec

#ad31ec #ec31ce #4f31ec

Monochromatic Colors of #ad31ec

#ad31ec

Complementary Color

#ad31ec #70ec31

#ad31ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad31ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad31ec Color CSS Codes

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

#ad31ec Text Font Color

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

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


#ad31ec Background Color

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

This div background color is #ad31ec


#ad31ec Border Color

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

This div border color is #ad31ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad31ec


Comments

No comments written yet.

Please login to write comment.