Color Hex Logo

#7782ce Color Hex

#7782CE
(119,130,206)
0 Favorites   0 Comments

Color spaces of #7782ce

RGB 119130206
HSL0.650.470.64
HSV232°42°81°
CMYK 0.420.370.00   0.19
XYZ26.731024.343461.6824
Yxy24.34340.23710.2159
Hunter Lab49.339010.3648-39.5855
CIE-Lab56.430015.3905-40.6077

#7782ce color RGB value is (119,130,206).

#7782ce hex color red value is 119, green value is 130 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7782ce hue: 0.65 , saturation: 0.47 and the lightness value of 7782ce is 0.64.

The process color (four color CMYK) of #7782ce color hex is 0.42, 0.37, 0.00, 0.19. Web safe color of #7782ce is #6699cc. Color #7782ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000010 11001110
Octal 167 202 316
Decimal 119 130 206
Hex 77 82 CE

RGB Percentages of Color #7782ce

%26.15
%28.57
%45.27

CMYK Percentages of Color #7782ce

%42
%37
%0
%19

Triadic Colors of #7782ce

#7782ce #ce7782 #82ce77

Analogous Colors of #7782ce

#7782ce #9877ce #77aece

Monochromatic Colors of #7782ce

#7782ce

Complementary Color

#7782ce #cec377

#7782ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7782ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7782ce Color CSS Codes

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

#7782ce Text Font Color

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

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


#7782ce Background Color

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

This div background color is #7782ce


#7782ce Border Color

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

This div border color is #7782ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,130,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7782ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7782ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7782ce;
  box-shadow:         1px 1px 3px 2px #7782ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,130,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7782ce


Comments

No comments written yet.

Please login to write comment.