Color Hex Logo

#ad8fca Color Hex

#AD8FCA
(173,143,202)
0 Favorites   0 Comments

Color spaces of #ad8fca

RGB 173143202
HSL0.750.360.68
HSV271°29°79°
CMYK 0.140.290.00   0.21
XYZ37.716732.793460.2190
Yxy32.79340.28850.2509
Hunter Lab57.265517.3505-22.2620
CIE-Lab63.993322.6262-26.2483

#ad8fca color RGB value is (173,143,202).

#ad8fca hex color red value is 173, green value is 143 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ad8fca hue: 0.75 , saturation: 0.36 and the lightness value of ad8fca is 0.68.

The process color (four color CMYK) of #ad8fca color hex is 0.14, 0.29, 0.00, 0.21. Web safe color of #ad8fca is #9999cc. Color #ad8fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001111 11001010
Octal 255 217 312
Decimal 173 143 202
Hex AD 8F CA

RGB Percentages of Color #ad8fca

%33.40
%27.61
%39.00

CMYK Percentages of Color #ad8fca

%14
%29
%0
%21

Triadic Colors of #ad8fca

#ad8fca #caad8f #8fcaad

Analogous Colors of #ad8fca

#ad8fca #ca8fca #908fca

Monochromatic Colors of #ad8fca

#ad8fca

Complementary Color

#ad8fca #acca8f

#ad8fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8fca Color CSS Codes

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

#ad8fca Text Font Color

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

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


#ad8fca Background Color

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

This div background color is #ad8fca


#ad8fca Border Color

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

This div border color is #ad8fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8fca


Comments

No comments written yet.

Please login to write comment.