Color Hex Logo

#787cda Color Hex

#787CDA
(120,124,218)
0 Favorites   0 Comments

Color spaces of #787cda

RGB 120124218
HSL0.660.570.66
HSV238°45°85°
CMYK 0.450.430.00   0.15
XYZ27.608323.470369.4048
Yxy23.47030.22910.1948
Hunter Lab48.446216.9421-51.0276
CIE-Lab55.553522.7137-48.7553

#787cda color RGB value is (120,124,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111100 11011010
Octal 170 174 332
Decimal 120 124 218
Hex 78 7C DA

RGB Percentages of Color #787cda

%25.97
%26.84
%47.19

CMYK Percentages of Color #787cda

%45
%43
%0
%15

Triadic Colors of #787cda

#787cda #da787c #7cda78

Analogous Colors of #787cda

#787cda #a578da #78adda

Monochromatic Colors of #787cda

#787cda

Complementary Color

#787cda #dad678

#787cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#787cda Color CSS Codes

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

#787cda Text Font Color

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

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


#787cda Background Color

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

This div background color is #787cda


#787cda Border Color

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

This div border color is #787cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787cda


Comments

No comments written yet.

Please login to write comment.