Color Hex Logo

#ad0ccf Color Hex

#AD0CCF
(173,12,207)
0 Favorites   0 Comments

Color spaces of #ad0ccf

RGB 17312207
HSL0.800.890.43
HSV290°94°81°
CMYK 0.160.940.00   0.19
XYZ28.627513.652260.1578
Yxy13.65220.27950.1333
Hunter Lab36.948973.6389-70.6680
CIE-Lab43.730077.7029-61.1294

#ad0ccf color RGB value is (173,12,207).

#ad0ccf hex color red value is 173, green value is 12 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ad0ccf hue: 0.80 , saturation: 0.89 and the lightness value of ad0ccf is 0.43.

The process color (four color CMYK) of #ad0ccf color hex is 0.16, 0.94, 0.00, 0.19. Web safe color of #ad0ccf is #9900cc. Color #ad0ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001100 11001111
Octal 255 14 317
Decimal 173 12 207
Hex AD C CF

RGB Percentages of Color #ad0ccf

%44.13
%3.06
%52.81

CMYK Percentages of Color #ad0ccf

%16
%94
%0
%19

Triadic Colors of #ad0ccf

#ad0ccf #cfad0c #0ccfad

Analogous Colors of #ad0ccf

#ad0ccf #cf0c90 #4b0ccf

Monochromatic Colors of #ad0ccf

#ad0ccf

Complementary Color

#ad0ccf #2ecf0c

#ad0ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0ccf Color CSS Codes

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

#ad0ccf Text Font Color

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

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


#ad0ccf Background Color

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

This div background color is #ad0ccf


#ad0ccf Border Color

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

This div border color is #ad0ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0ccf


Comments

No comments written yet.

Please login to write comment.