Color Hex Logo

#ad8fbe Color Hex

#AD8FBE
(173,143,190)
0 Favorites   0 Comments

Color spaces of #ad8fbe

RGB 173143190
HSL0.770.270.65
HSV278°25°75°
CMYK 0.090.250.00   0.25
XYZ36.350332.246953.0236
Yxy32.24690.29890.2651
Hunter Lab56.786414.8860-15.6109
CIE-Lab63.546420.0606-20.2009

#ad8fbe color RGB value is (173,143,190).

#ad8fbe hex color red value is 173, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ad8fbe hue: 0.77 , saturation: 0.27 and the lightness value of ad8fbe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001111 10111110
Octal 255 217 276
Decimal 173 143 190
Hex AD 8F BE

RGB Percentages of Color #ad8fbe

%34.19
%28.26
%37.55

CMYK Percentages of Color #ad8fbe

%9
%25
%0
%25

Triadic Colors of #ad8fbe

#ad8fbe #bead8f #8fbead

Analogous Colors of #ad8fbe

#ad8fbe #be8fb8 #968fbe

Monochromatic Colors of #ad8fbe

#ad8fbe

Complementary Color

#ad8fbe #a0be8f

#ad8fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8fbe Color CSS Codes

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

#ad8fbe Text Font Color

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

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


#ad8fbe Background Color

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

This div background color is #ad8fbe


#ad8fbe Border Color

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

This div border color is #ad8fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8fbe


Comments

No comments written yet.

Please login to write comment.