Color Hex Logo

#ad3fcc Color Hex

#AD3FCC
(173,63,204)
0 Favorites   0 Comments

Color spaces of #ad3fcc

RGB 17363204
HSL0.800.580.52
HSV287°69°80°
CMYK 0.150.690.00   0.20
XYZ29.910216.798958.7928
Yxy16.79890.28350.1592
Hunter Lab40.986558.5355-56.3577
CIE-Lab48.005664.2060-52.5068

#ad3fcc color RGB value is (173,63,204).

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

The process color (four color CMYK) of #ad3fcc color hex is 0.15, 0.69, 0.00, 0.20. Web safe color of #ad3fcc is #9933cc. Color #ad3fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111111 11001100
Octal 255 77 314
Decimal 173 63 204
Hex AD 3F CC

RGB Percentages of Color #ad3fcc

%39.32
%14.32
%46.36

CMYK Percentages of Color #ad3fcc

%15
%69
%0
%20

Triadic Colors of #ad3fcc

#ad3fcc #ccad3f #3fccad

Analogous Colors of #ad3fcc

#ad3fcc #cc3fa5 #673fcc

Monochromatic Colors of #ad3fcc

#ad3fcc

Complementary Color

#ad3fcc #5ecc3f

#ad3fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3fcc Color CSS Codes

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

#ad3fcc Text Font Color

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

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


#ad3fcc Background Color

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

This div background color is #ad3fcc


#ad3fcc Border Color

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

This div border color is #ad3fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3fcc


Comments

No comments written yet.

Please login to write comment.