Color Hex Logo

#ad2cca Color Hex

#AD2CCA
(173,44,202)
0 Favorites   0 Comments

Color spaces of #ad2cca

RGB 17344202
HSL0.800.640.48
HSV289°78°79°
CMYK 0.140.780.00   0.21
XYZ28.794914.949957.2451
Yxy14.94990.28510.1480
Hunter Lab38.665165.2696-60.7155
CIE-Lab45.565570.4431-55.2721

#ad2cca color RGB value is (173,44,202).

#ad2cca hex color red value is 173, green value is 44 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ad2cca hue: 0.80 , saturation: 0.64 and the lightness value of ad2cca is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101100 11001010
Octal 255 54 312
Decimal 173 44 202
Hex AD 2C CA

RGB Percentages of Color #ad2cca

%41.29
%10.50
%48.21

CMYK Percentages of Color #ad2cca

%14
%78
%0
%21

Triadic Colors of #ad2cca

#ad2cca #caad2c #2ccaad

Analogous Colors of #ad2cca

#ad2cca #ca2c98 #5e2cca

Monochromatic Colors of #ad2cca

#ad2cca

Complementary Color

#ad2cca #49ca2c

#ad2cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2cca Color CSS Codes

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

#ad2cca Text Font Color

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

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


#ad2cca Background Color

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

This div background color is #ad2cca


#ad2cca Border Color

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

This div border color is #ad2cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2cca


Comments

No comments written yet.

Please login to write comment.