Color Hex Logo

#ad46ca Color Hex

#AD46CA
(173,70,202)
0 Favorites   0 Comments

Color spaces of #ad46ca

RGB 17370202
HSL0.800.550.53
HSV287°65°79°
CMYK 0.140.650.00   0.21
XYZ30.084417.528857.6749
Yxy17.52880.28570.1665
Hunter Lab41.867454.9956-52.3684
CIE-Lab48.919560.9258-49.8923

#ad46ca color RGB value is (173,70,202).

#ad46ca hex color red value is 173, green value is 70 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ad46ca hue: 0.80 , saturation: 0.55 and the lightness value of ad46ca is 0.53.

The process color (four color CMYK) of #ad46ca color hex is 0.14, 0.65, 0.00, 0.21. Web safe color of #ad46ca is #9933cc. Color #ad46ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000110 11001010
Octal 255 106 312
Decimal 173 70 202
Hex AD 46 CA

RGB Percentages of Color #ad46ca

%38.88
%15.73
%45.39

CMYK Percentages of Color #ad46ca

%14
%65
%0
%21

Triadic Colors of #ad46ca

#ad46ca #caad46 #46caad

Analogous Colors of #ad46ca

#ad46ca #ca46a5 #6b46ca

Monochromatic Colors of #ad46ca

#ad46ca

Complementary Color

#ad46ca #63ca46

#ad46ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad46ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad46ca Color CSS Codes

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

#ad46ca Text Font Color

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

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


#ad46ca Background Color

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

This div background color is #ad46ca


#ad46ca Border Color

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

This div border color is #ad46ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad46ca


Comments

No comments written yet.

Please login to write comment.