Color Hex Logo

#ad3acf Color Hex

#AD3ACF
(173,58,207)
0 Favorites   0 Comments

Color spaces of #ad3acf

RGB 17358207
HSL0.800.610.52
HSV286°72°81°
CMYK 0.160.720.00   0.19
XYZ30.009116.415360.6183
Yxy16.41530.28030.1534
Hunter Lab40.515861.3081-60.3465
CIE-Lab47.514766.6966-55.0217

#ad3acf color RGB value is (173,58,207).

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

The process color (four color CMYK) of #ad3acf color hex is 0.16, 0.72, 0.00, 0.19. Web safe color of #ad3acf is #9933cc. Color #ad3acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111010 11001111
Octal 255 72 317
Decimal 173 58 207
Hex AD 3A CF

RGB Percentages of Color #ad3acf

%39.50
%13.24
%47.26

CMYK Percentages of Color #ad3acf

%16
%72
%0
%19

Triadic Colors of #ad3acf

#ad3acf #cfad3a #3acfad

Analogous Colors of #ad3acf

#ad3acf #cf3aa7 #633acf

Monochromatic Colors of #ad3acf

#ad3acf

Complementary Color

#ad3acf #5ccf3a

#ad3acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3acf Color CSS Codes

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

#ad3acf Text Font Color

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

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


#ad3acf Background Color

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

This div background color is #ad3acf


#ad3acf Border Color

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

This div border color is #ad3acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3acf


Comments

No comments written yet.

Please login to write comment.