Color Hex Logo

#ad78cb Color Hex

#AD78CB
(173,120,203)
0 Favorites   0 Comments

Color spaces of #ad78cb

RGB 173120203
HSL0.770.440.63
HSV278°41°80°
CMYK 0.150.410.00   0.20
XYZ34.729526.629059.8094
Yxy26.62900.28660.2198
Hunter Lab51.603329.8264-32.5962
CIE-Lab58.629335.7785-35.1234

#ad78cb color RGB value is (173,120,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111000 11001011
Octal 255 170 313
Decimal 173 120 203
Hex AD 78 CB

RGB Percentages of Color #ad78cb

%34.88
%24.19
%40.93

CMYK Percentages of Color #ad78cb

%15
%41
%0
%20

Triadic Colors of #ad78cb

#ad78cb #cbad78 #78cbad

Analogous Colors of #ad78cb

#ad78cb #cb78c0 #8478cb

Monochromatic Colors of #ad78cb

#ad78cb

Complementary Color

#ad78cb #96cb78

#ad78cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad78cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad78cb Color CSS Codes

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

#ad78cb Text Font Color

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

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


#ad78cb Background Color

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

This div background color is #ad78cb


#ad78cb Border Color

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

This div border color is #ad78cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad78cb


Comments

No comments written yet.

Please login to write comment.