Color Hex Logo

#ad7ccf Color Hex

#AD7CCF
(173,124,207)
0 Favorites   0 Comments

Color spaces of #ad7ccf

RGB 173124207
HSL0.770.460.65
HSV275°40°81°
CMYK 0.160.400.00   0.19
XYZ35.703727.804562.5165
Yxy27.80450.28330.2206
Hunter Lab52.730028.5857-33.3831
CIE-Lab59.711734.4247-35.6921

#ad7ccf color RGB value is (173,124,207).

#ad7ccf hex color red value is 173, green value is 124 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ad7ccf hue: 0.77 , saturation: 0.46 and the lightness value of ad7ccf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111100 11001111
Octal 255 174 317
Decimal 173 124 207
Hex AD 7C CF

RGB Percentages of Color #ad7ccf

%34.33
%24.60
%41.07

CMYK Percentages of Color #ad7ccf

%16
%40
%0
%19

Triadic Colors of #ad7ccf

#ad7ccf #cfad7c #7ccfad

Analogous Colors of #ad7ccf

#ad7ccf #cf7cc8 #847ccf

Monochromatic Colors of #ad7ccf

#ad7ccf

Complementary Color

#ad7ccf #9ecf7c

#ad7ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7ccf Color CSS Codes

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

#ad7ccf Text Font Color

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

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


#ad7ccf Background Color

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

This div background color is #ad7ccf


#ad7ccf Border Color

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

This div border color is #ad7ccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,124,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 #ad7ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7ccf


Comments

No comments written yet.

Please login to write comment.