Color Hex Logo

#787dd9 Color Hex

#787DD9
(120,125,217)
0 Favorites   0 Comments

Color spaces of #787dd9

RGB 120125217
HSL0.660.560.66
HSV237°45°85°
CMYK 0.450.420.00   0.15
XYZ27.603723.670168.7595
Yxy23.67010.23000.1972
Hunter Lab48.651916.1349-49.7379
CIE-Lab55.756021.8226-47.8711

#787dd9 color RGB value is (120,125,217).

#787dd9 hex color red value is 120, green value is 125 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #787dd9 hue: 0.66 , saturation: 0.56 and the lightness value of 787dd9 is 0.66.

The process color (four color CMYK) of #787dd9 color hex is 0.45, 0.42, 0.00, 0.15. Web safe color of #787dd9 is #6666cc. Color #787dd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111101 11011001
Octal 170 175 331
Decimal 120 125 217
Hex 78 7D D9

RGB Percentages of Color #787dd9

%25.97
%27.06
%46.97

CMYK Percentages of Color #787dd9

%45
%42
%0
%15

Triadic Colors of #787dd9

#787dd9 #d9787d #7dd978

Analogous Colors of #787dd9

#787dd9 #a478d9 #78aed9

Monochromatic Colors of #787dd9

#787dd9

Complementary Color

#787dd9 #d9d478

#787dd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787dd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787dd9 Color CSS Codes

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

#787dd9 Text Font Color

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

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


#787dd9 Background Color

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

This div background color is #787dd9


#787dd9 Border Color

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

This div border color is #787dd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787dd9


Comments

No comments written yet.

Please login to write comment.