Color Hex Logo

#ad48ec Color Hex

#AD48EC
(173,72,236)
0 Favorites   0 Comments

Color spaces of #ad48ec

RGB 17372236
HSL0.770.810.60
HSV277°69°93°
CMYK 0.270.690.00   0.07
XYZ34.691319.575181.3068
Yxy19.57510.25590.1444
Hunter Lab44.243862.5343-77.9867
CIE-Lab51.353467.0093-65.3215

#ad48ec color RGB value is (173,72,236).

#ad48ec hex color red value is 173, green value is 72 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ad48ec hue: 0.77 , saturation: 0.81 and the lightness value of ad48ec is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001000 11101100
Octal 255 110 354
Decimal 173 72 236
Hex AD 48 EC

RGB Percentages of Color #ad48ec

%35.97
%14.97
%49.06

CMYK Percentages of Color #ad48ec

%27
%69
%0
%7

Triadic Colors of #ad48ec

#ad48ec #ecad48 #48ecad

Analogous Colors of #ad48ec

#ad48ec #ec48d9 #5b48ec

Monochromatic Colors of #ad48ec

#ad48ec

Complementary Color

#ad48ec #87ec48

#ad48ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad48ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad48ec Color CSS Codes

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

#ad48ec Text Font Color

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

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


#ad48ec Background Color

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

This div background color is #ad48ec


#ad48ec Border Color

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

This div border color is #ad48ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad48ec


Comments

No comments written yet.

Please login to write comment.