Color Hex Logo

#787ad2 Color Hex

#787AD2
(120,122,210)
0 Favorites   0 Comments

Color spaces of #787ad2

RGB 120122210
HSL0.660.500.65
HSV239°43°82°
CMYK 0.430.420.00   0.18
XYZ26.338122.565363.9401
Yxy22.56530.23340.2000
Hunter Lab47.502915.8395-46.5537
CIE-Lab54.621721.5718-45.7202

#787ad2 color RGB value is (120,122,210).

#787ad2 hex color red value is 120, green value is 122 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #787ad2 hue: 0.66 , saturation: 0.50 and the lightness value of 787ad2 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111010 11010010
Octal 170 172 322
Decimal 120 122 210
Hex 78 7A D2

RGB Percentages of Color #787ad2

%26.55
%26.99
%46.46

CMYK Percentages of Color #787ad2

%43
%42
%0
%18

Triadic Colors of #787ad2

#787ad2 #d2787a #7ad278

Analogous Colors of #787ad2

#787ad2 #a378d2 #78a7d2

Monochromatic Colors of #787ad2

#787ad2

Complementary Color

#787ad2 #d2d078

#787ad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787ad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787ad2 Color CSS Codes

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

#787ad2 Text Font Color

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

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


#787ad2 Background Color

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

This div background color is #787ad2


#787ad2 Border Color

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

This div border color is #787ad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787ad2


Comments

No comments written yet.

Please login to write comment.