Color Hex Logo

#ad49ec Color Hex

#AD49EC
(173,73,236)
0 Favorites   0 Comments

Color spaces of #ad49ec

RGB 17373236
HSL0.770.810.61
HSV277°69°93°
CMYK 0.270.690.00   0.07
XYZ34.756419.705581.3285
Yxy19.70550.25600.1451
Hunter Lab44.390962.0748-77.5516
CIE-Lab51.502666.5894-65.0804

#ad49ec color RGB value is (173,73,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001001 11101100
Octal 255 111 354
Decimal 173 73 236
Hex AD 49 EC

RGB Percentages of Color #ad49ec

%35.89
%15.15
%48.96

CMYK Percentages of Color #ad49ec

%27
%69
%0
%7

Triadic Colors of #ad49ec

#ad49ec #ecad49 #49ecad

Analogous Colors of #ad49ec

#ad49ec #ec49da #5b49ec

Monochromatic Colors of #ad49ec

#ad49ec

Complementary Color

#ad49ec #88ec49

#ad49ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad49ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad49ec Color CSS Codes

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

#ad49ec Text Font Color

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

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


#ad49ec Background Color

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

This div background color is #ad49ec


#ad49ec Border Color

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

This div border color is #ad49ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad49ec


Comments

No comments written yet.

Please login to write comment.