Color Hex Logo

#ad78ca Color Hex

#AD78CA
(173,120,202)
0 Favorites   0 Comments

Color spaces of #ad78ca

RGB 173120202
HSL0.770.440.63
HSV279°41°79°
CMYK 0.140.410.00   0.21
XYZ34.610726.581459.1837
Yxy26.58140.28750.2208
Hunter Lab51.557229.6034-31.9704
CIE-Lab58.584835.5622-34.6269

#ad78ca color RGB value is (173,120,202).

#ad78ca hex color red value is 173, green value is 120 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ad78ca hue: 0.77 , saturation: 0.44 and the lightness value of ad78ca is 0.63.

The process color (four color CMYK) of #ad78ca color hex is 0.14, 0.41, 0.00, 0.21. Web safe color of #ad78ca is #9966cc. Color #ad78ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111000 11001010
Octal 255 170 312
Decimal 173 120 202
Hex AD 78 CA

RGB Percentages of Color #ad78ca

%34.95
%24.24
%40.81

CMYK Percentages of Color #ad78ca

%14
%41
%0
%21

Triadic Colors of #ad78ca

#ad78ca #caad78 #78caad

Analogous Colors of #ad78ca

#ad78ca #ca78be #8478ca

Monochromatic Colors of #ad78ca

#ad78ca

Complementary Color

#ad78ca #95ca78

#ad78ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad78ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad78ca Color CSS Codes

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

#ad78ca Text Font Color

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

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


#ad78ca Background Color

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

This div background color is #ad78ca


#ad78ca Border Color

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

This div border color is #ad78ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad78ca


Comments

No comments written yet.

Please login to write comment.