Color Hex Logo

#ad28ca Color Hex

#AD28CA
(173,40,202)
0 Favorites   0 Comments

Color spaces of #ad28ca

RGB 17340202
HSL0.800.670.47
HSV289°80°79°
CMYK 0.140.800.00   0.21
XYZ28.653014.666157.1978
Yxy14.66610.28510.1459
Hunter Lab38.296366.5336-61.7456
CIE-Lab45.173471.5805-55.9036

#ad28ca color RGB value is (173,40,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101000 11001010
Octal 255 50 312
Decimal 173 40 202
Hex AD 28 CA

RGB Percentages of Color #ad28ca

%41.69
%9.64
%48.67

CMYK Percentages of Color #ad28ca

%14
%80
%0
%21

Triadic Colors of #ad28ca

#ad28ca #caad28 #28caad

Analogous Colors of #ad28ca

#ad28ca #ca2896 #5c28ca

Monochromatic Colors of #ad28ca

#ad28ca

Complementary Color

#ad28ca #45ca28

#ad28ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad28ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad28ca Color CSS Codes

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

#ad28ca Text Font Color

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

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


#ad28ca Background Color

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

This div background color is #ad28ca


#ad28ca Border Color

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

This div border color is #ad28ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad28ca


Comments

No comments written yet.

Please login to write comment.