Color Hex Logo

#ad6cbe Color Hex

#AD6CBE
(173,108,190)
0 Favorites   0 Comments

Color spaces of #ad6cbe

RGB 173108190
HSL0.800.390.58
HSV288°43°75°
CMYK 0.090.430.00   0.25
XYZ31.890423.327151.5370
Yxy23.32710.29870.2185
Hunter Lab48.298133.3386-29.4573
CIE-Lab55.407739.6462-32.7487

#ad6cbe color RGB value is (173,108,190).

#ad6cbe hex color red value is 173, green value is 108 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ad6cbe hue: 0.80 , saturation: 0.39 and the lightness value of ad6cbe is 0.58.

The process color (four color CMYK) of #ad6cbe color hex is 0.09, 0.43, 0.00, 0.25. Web safe color of #ad6cbe is #9966cc. Color #ad6cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101100 10111110
Octal 255 154 276
Decimal 173 108 190
Hex AD 6C BE

RGB Percentages of Color #ad6cbe

%36.73
%22.93
%40.34

CMYK Percentages of Color #ad6cbe

%9
%43
%0
%25

Triadic Colors of #ad6cbe

#ad6cbe #bead6c #6cbead

Analogous Colors of #ad6cbe

#ad6cbe #be6ca6 #846cbe

Monochromatic Colors of #ad6cbe

#ad6cbe

Complementary Color

#ad6cbe #7dbe6c

#ad6cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6cbe Color CSS Codes

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

#ad6cbe Text Font Color

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

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


#ad6cbe Background Color

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

This div background color is #ad6cbe


#ad6cbe Border Color

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

This div border color is #ad6cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6cbe


Comments

No comments written yet.

Please login to write comment.