Color Hex Logo

#ad8cff Color Hex

#AD8CFF
(173,140,255)
0 Favorites   0 Comments

Color spaces of #ad8cff

RGB 173140255
HSL0.711.000.77
HSV257°45°100°
CMYK 0.320.450.00   0.00
XYZ44.661734.860498.9825
Yxy34.86040.25020.1953
Hunter Lab59.042731.6981-58.0672
CIE-Lab65.639836.8230-52.9862

#ad8cff color RGB value is (173,140,255).

#ad8cff hex color red value is 173, green value is 140 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ad8cff hue: 0.71 , saturation: 1.00 and the lightness value of ad8cff is 0.77.

The process color (four color CMYK) of #ad8cff color hex is 0.32, 0.45, 0.00, 0.00. Web safe color of #ad8cff is #9999ff. Color #ad8cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001100 11111111
Octal 255 214 377
Decimal 173 140 255
Hex AD 8C FF

RGB Percentages of Color #ad8cff

%30.46
%24.65
%44.89

CMYK Percentages of Color #ad8cff

%32
%45
%0
%0

Triadic Colors of #ad8cff

#ad8cff #ffad8c #8cffad

Analogous Colors of #ad8cff

#ad8cff #e78cff #8ca5ff

Monochromatic Colors of #ad8cff

#ad8cff

Complementary Color

#ad8cff #deff8c

#ad8cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8cff Color CSS Codes

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

#ad8cff Text Font Color

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

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


#ad8cff Background Color

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

This div background color is #ad8cff


#ad8cff Border Color

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

This div border color is #ad8cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8cff


Comments

No comments written yet.

Please login to write comment.