Color Hex Logo

#7783cc Color Hex

#7783CC
(119,131,204)
0 Favorites   0 Comments

Color spaces of #7783cc

RGB 119131204
HSL0.640.450.63
HSV232°42°80°
CMYK 0.420.360.00   0.20
XYZ26.623124.514260.4553
Yxy24.51420.23860.2197
Hunter Lab49.51189.3359-37.7365
CIE-Lab56.599014.2207-39.2115

#7783cc color RGB value is (119,131,204).

#7783cc hex color red value is 119, green value is 131 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7783cc hue: 0.64 , saturation: 0.45 and the lightness value of 7783cc is 0.63.

The process color (four color CMYK) of #7783cc color hex is 0.42, 0.36, 0.00, 0.20. Web safe color of #7783cc is #6699cc. Color #7783cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000011 11001100
Octal 167 203 314
Decimal 119 131 204
Hex 77 83 CC

RGB Percentages of Color #7783cc

%26.21
%28.85
%44.93

CMYK Percentages of Color #7783cc

%42
%36
%0
%20

Triadic Colors of #7783cc

#7783cc #cc7783 #83cc77

Analogous Colors of #7783cc

#7783cc #9677cc #77aecc

Monochromatic Colors of #7783cc

#7783cc

Complementary Color

#7783cc #ccc077

#7783cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7783cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7783cc Color CSS Codes

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

#7783cc Text Font Color

<p style="color:#7783cc">Text here</p>

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


#7783cc Background Color

<div style="background-color:#7783cc">
Div content here</div>

This div background color is #7783cc


#7783cc Border Color

<div style="border:3px solid #7783cc">
Div here</div>

This div border color is #7783cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,131,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7783cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7783cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7783cc;
  box-shadow:         1px 1px 3px 2px #7783cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7783cc


Comments

No comments written yet.

Please login to write comment.