Color Hex Logo

#ad6bcf Color Hex

#AD6BCF
(173,107,207)
0 Favorites   0 Comments

Color spaces of #ad6bcf

RGB 173107207
HSL0.780.510.62
HSV280°48°81°
CMYK 0.160.480.00   0.19
XYZ33.753823.904661.8665
Yxy23.90460.28240.2000
Hunter Lab48.892337.6695-40.7987
CIE-Lab55.992243.7663-41.5270

#ad6bcf color RGB value is (173,107,207).

#ad6bcf hex color red value is 173, green value is 107 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ad6bcf hue: 0.78 , saturation: 0.51 and the lightness value of ad6bcf is 0.62.

The process color (four color CMYK) of #ad6bcf color hex is 0.16, 0.48, 0.00, 0.19. Web safe color of #ad6bcf is #9966cc. Color #ad6bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101011 11001111
Octal 255 153 317
Decimal 173 107 207
Hex AD 6B CF

RGB Percentages of Color #ad6bcf

%35.52
%21.97
%42.51

CMYK Percentages of Color #ad6bcf

%16
%48
%0
%19

Triadic Colors of #ad6bcf

#ad6bcf #cfad6b #6bcfad

Analogous Colors of #ad6bcf

#ad6bcf #cf6bbf #7b6bcf

Monochromatic Colors of #ad6bcf

#ad6bcf

Complementary Color

#ad6bcf #8dcf6b

#ad6bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6bcf Color CSS Codes

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

#ad6bcf Text Font Color

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

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


#ad6bcf Background Color

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

This div background color is #ad6bcf


#ad6bcf Border Color

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

This div border color is #ad6bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6bcf


Comments

No comments written yet.

Please login to write comment.