Color Hex Logo

#ad83da Color Hex

#AD83DA
(173,131,218)
0 Favorites   0 Comments

Color spaces of #ad83da

RGB 173131218
HSL0.750.540.68
HSV269°40°85°
CMYK 0.210.400.00   0.15
XYZ38.004830.178870.1517
Yxy30.17880.27470.2182
Hunter Lab54.935227.3516-37.2580
CIE-Lab61.808232.9778-38.5865

#ad83da color RGB value is (173,131,218).

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

The process color (four color CMYK) of #ad83da color hex is 0.21, 0.40, 0.00, 0.15. Web safe color of #ad83da is #9999cc. Color #ad83da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000011 11011010
Octal 255 203 332
Decimal 173 131 218
Hex AD 83 DA

RGB Percentages of Color #ad83da

%33.14
%25.10
%41.76

CMYK Percentages of Color #ad83da

%21
%40
%0
%15

Triadic Colors of #ad83da

#ad83da #daad83 #83daad

Analogous Colors of #ad83da

#ad83da #d983da #8385da

Monochromatic Colors of #ad83da

#ad83da

Complementary Color

#ad83da #b0da83

#ad83da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad83da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad83da Color CSS Codes

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

#ad83da Text Font Color

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

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


#ad83da Background Color

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

This div background color is #ad83da


#ad83da Border Color

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

This div border color is #ad83da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad83da


Comments

No comments written yet.

Please login to write comment.