Color Hex Logo

#ad28cb Color Hex

#AD28CB
(173,40,203)
0 Favorites   0 Comments

Color spaces of #ad28cb

RGB 17340203
HSL0.800.670.48
HSV289°80°80°
CMYK 0.150.800.00   0.20
XYZ28.771914.713657.8235
Yxy14.71360.28400.1452
Hunter Lab38.358366.7627-62.5263
CIE-Lab45.239471.7592-56.3762

#ad28cb color RGB value is (173,40,203).

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

The process color (four color CMYK) of #ad28cb color hex is 0.15, 0.80, 0.00, 0.20. Web safe color of #ad28cb is #9933cc. Color #ad28cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101000 11001011
Octal 255 50 313
Decimal 173 40 203
Hex AD 28 CB

RGB Percentages of Color #ad28cb

%41.59
%9.62
%48.80

CMYK Percentages of Color #ad28cb

%15
%80
%0
%20

Triadic Colors of #ad28cb

#ad28cb #cbad28 #28cbad

Analogous Colors of #ad28cb

#ad28cb #cb2898 #5c28cb

Monochromatic Colors of #ad28cb

#ad28cb

Complementary Color

#ad28cb #46cb28

#ad28cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad28cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad28cb Color CSS Codes

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

#ad28cb Text Font Color

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

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


#ad28cb Background Color

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

This div background color is #ad28cb


#ad28cb Border Color

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

This div border color is #ad28cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad28cb


Comments

No comments written yet.

Please login to write comment.