Color Hex Logo

#787dad Color Hex

#787DAD
(120,125,173)
0 Favorites   0 Comments

Color spaces of #787dad

RGB 120125173
HSL0.650.240.57
HSV234°31°68°
CMYK 0.310.280.00   0.32
XYZ22.622221.677442.5270
Yxy21.67740.26050.2497
Hunter Lab46.55905.2518-21.5642
CIE-Lab53.68309.5044-26.0515

#787dad color RGB value is (120,125,173).

#787dad hex color red value is 120, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #787dad hue: 0.65 , saturation: 0.24 and the lightness value of 787dad is 0.57.

The process color (four color CMYK) of #787dad color hex is 0.31, 0.28, 0.00, 0.32. Web safe color of #787dad is #666699. Color #787dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111101 10101101
Octal 170 175 255
Decimal 120 125 173
Hex 78 7D AD

RGB Percentages of Color #787dad

%28.71
%29.90
%41.39

CMYK Percentages of Color #787dad

%31
%28
%0
%32

Triadic Colors of #787dad

#787dad #ad787d #7dad78

Analogous Colors of #787dad

#787dad #8e78ad #7898ad

Monochromatic Colors of #787dad

#787dad

Complementary Color

#787dad #ada878

#787dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#787dad Color CSS Codes

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

#787dad Text Font Color

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

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


#787dad Background Color

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

This div background color is #787dad


#787dad Border Color

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

This div border color is #787dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787dad


Comments

No comments written yet.

Please login to write comment.