Color Hex Logo

#ad57bd Color Hex

#AD57BD
(173,87,189)
0 Favorites   0 Comments

Color spaces of #ad57bd

RGB 17387189
HSL0.810.440.54
HSV291°54°74°
CMYK 0.080.540.00   0.26
XYZ29.827119.374750.3118
Yxy19.37470.29970.1947
Hunter Lab44.016743.9280-36.9577
CIE-Lab51.122750.4550-38.8915

#ad57bd color RGB value is (173,87,189).

#ad57bd hex color red value is 173, green value is 87 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad57bd hue: 0.81 , saturation: 0.44 and the lightness value of ad57bd is 0.54.

The process color (four color CMYK) of #ad57bd color hex is 0.08, 0.54, 0.00, 0.26. Web safe color of #ad57bd is #9966cc. Color #ad57bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010111 10111101
Octal 255 127 275
Decimal 173 87 189
Hex AD 57 BD

RGB Percentages of Color #ad57bd

%38.53
%19.38
%42.09

CMYK Percentages of Color #ad57bd

%8
%54
%0
%26

Triadic Colors of #ad57bd

#ad57bd #bdad57 #57bdad

Analogous Colors of #ad57bd

#ad57bd #bd579a #7a57bd

Monochromatic Colors of #ad57bd

#ad57bd

Complementary Color

#ad57bd #67bd57

#ad57bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad57bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad57bd Color CSS Codes

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

#ad57bd Text Font Color

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

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


#ad57bd Background Color

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

This div background color is #ad57bd


#ad57bd Border Color

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

This div border color is #ad57bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad57bd


Comments

No comments written yet.

Please login to write comment.