Color Hex Logo

#ad57ec Color Hex

#AD57EC
(173,87,236)
0 Favorites   0 Comments

Color spaces of #ad57ec

RGB 17387236
HSL0.760.800.63
HSV275°63°93°
CMYK 0.270.630.00   0.07
XYZ35.782121.756881.6704
Yxy21.75680.25700.1563
Hunter Lab46.644255.3052-71.1613
CIE-Lab53.768060.3079-61.4284

#ad57ec color RGB value is (173,87,236).

#ad57ec hex color red value is 173, green value is 87 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ad57ec hue: 0.76 , saturation: 0.80 and the lightness value of ad57ec is 0.63.

The process color (four color CMYK) of #ad57ec color hex is 0.27, 0.63, 0.00, 0.07. Web safe color of #ad57ec is #9966ff. Color #ad57ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010111 11101100
Octal 255 127 354
Decimal 173 87 236
Hex AD 57 EC

RGB Percentages of Color #ad57ec

%34.88
%17.54
%47.58

CMYK Percentages of Color #ad57ec

%27
%63
%0
%7

Triadic Colors of #ad57ec

#ad57ec #ecad57 #57ecad

Analogous Colors of #ad57ec

#ad57ec #ec57e1 #6257ec

Monochromatic Colors of #ad57ec

#ad57ec

Complementary Color

#ad57ec #96ec57

#ad57ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad57ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad57ec Color CSS Codes

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

#ad57ec Text Font Color

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

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


#ad57ec Background Color

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

This div background color is #ad57ec


#ad57ec Border Color

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

This div border color is #ad57ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad57ec


Comments

No comments written yet.

Please login to write comment.