Color Hex Logo

#ad4cca Color Hex

#AD4CCA
(173,76,202)
0 Favorites   0 Comments

Color spaces of #ad4cca

RGB 17376202
HSL0.790.540.55
HSV286°62°79°
CMYK 0.140.620.00   0.21
XYZ30.478718.317457.8063
Yxy18.31740.28590.1718
Hunter Lab42.798852.2188-50.1209
CIE-Lab49.878858.2731-48.3611

#ad4cca color RGB value is (173,76,202).

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

The process color (four color CMYK) of #ad4cca color hex is 0.14, 0.62, 0.00, 0.21. Web safe color of #ad4cca is #9933cc. Color #ad4cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001100 11001010
Octal 255 114 312
Decimal 173 76 202
Hex AD 4C CA

RGB Percentages of Color #ad4cca

%38.36
%16.85
%44.79

CMYK Percentages of Color #ad4cca

%14
%62
%0
%21

Triadic Colors of #ad4cca

#ad4cca #caad4c #4ccaad

Analogous Colors of #ad4cca

#ad4cca #ca4ca8 #6e4cca

Monochromatic Colors of #ad4cca

#ad4cca

Complementary Color

#ad4cca #69ca4c

#ad4cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4cca Color CSS Codes

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

#ad4cca Text Font Color

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

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


#ad4cca Background Color

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

This div background color is #ad4cca


#ad4cca Border Color

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

This div border color is #ad4cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4cca


Comments

No comments written yet.

Please login to write comment.