Color Hex Logo

#ad8fd7 Color Hex

#AD8FD7
(173,143,215)
0 Favorites   0 Comments

Color spaces of #ad8fd7

RGB 173143215
HSL0.740.470.70
HSV265°33°84°
CMYK 0.200.330.00   0.16
XYZ39.321833.435568.6712
Yxy33.43550.27800.2364
Hunter Lab57.823420.1947-29.9365
CIE-Lab64.512025.5302-32.7010

#ad8fd7 color RGB value is (173,143,215).

#ad8fd7 hex color red value is 173, green value is 143 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ad8fd7 hue: 0.74 , saturation: 0.47 and the lightness value of ad8fd7 is 0.70.

The process color (four color CMYK) of #ad8fd7 color hex is 0.20, 0.33, 0.00, 0.16. Web safe color of #ad8fd7 is #9999cc. Color #ad8fd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001111 11010111
Octal 255 217 327
Decimal 173 143 215
Hex AD 8F D7

RGB Percentages of Color #ad8fd7

%32.58
%26.93
%40.49

CMYK Percentages of Color #ad8fd7

%20
%33
%0
%16

Triadic Colors of #ad8fd7

#ad8fd7 #d7ad8f #8fd7ad

Analogous Colors of #ad8fd7

#ad8fd7 #d18fd7 #8f95d7

Monochromatic Colors of #ad8fd7

#ad8fd7

Complementary Color

#ad8fd7 #b9d78f

#ad8fd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8fd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8fd7 Color CSS Codes

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

#ad8fd7 Text Font Color

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

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


#ad8fd7 Background Color

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

This div background color is #ad8fd7


#ad8fd7 Border Color

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

This div border color is #ad8fd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8fd7


Comments

No comments written yet.

Please login to write comment.