Color Hex Logo

#ad4fcc Color Hex

#AD4FCC
(173,79,204)
0 Favorites   0 Comments

Color spaces of #ad4fcc

RGB 17379204
HSL0.790.550.55
HSV285°61°80°
CMYK 0.150.610.00   0.20
XYZ30.928618.835859.1323
Yxy18.83580.28400.1730
Hunter Lab43.400251.2553-50.4018
CIE-Lab50.494557.2949-48.5285

#ad4fcc color RGB value is (173,79,204).

#ad4fcc hex color red value is 173, green value is 79 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ad4fcc hue: 0.79 , saturation: 0.55 and the lightness value of ad4fcc is 0.55.

The process color (four color CMYK) of #ad4fcc color hex is 0.15, 0.61, 0.00, 0.20. Web safe color of #ad4fcc is #9966cc. Color #ad4fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001111 11001100
Octal 255 117 314
Decimal 173 79 204
Hex AD 4F CC

RGB Percentages of Color #ad4fcc

%37.94
%17.32
%44.74

CMYK Percentages of Color #ad4fcc

%15
%61
%0
%20

Triadic Colors of #ad4fcc

#ad4fcc #ccad4f #4fccad

Analogous Colors of #ad4fcc

#ad4fcc #cc4fad #6f4fcc

Monochromatic Colors of #ad4fcc

#ad4fcc

Complementary Color

#ad4fcc #6ecc4f

#ad4fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4fcc Color CSS Codes

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

#ad4fcc Text Font Color

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

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


#ad4fcc Background Color

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

This div background color is #ad4fcc


#ad4fcc Border Color

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

This div border color is #ad4fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4fcc


Comments

No comments written yet.

Please login to write comment.