Color Hex Logo

#7774cc Color Hex

#7774CC
(119,116,204)
0 Favorites   0 Comments

Color spaces of #7774cc

RGB 119116204
HSL0.670.460.63
HSV242°43°80°
CMYK 0.420.430.00   0.20
XYZ24.752220.772459.8316
Yxy20.77240.23490.1972
Hunter Lab45.576717.1820-45.9302
CIE-Lab52.699523.1787-45.3675

#7774cc color RGB value is (119,116,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110100 11001100
Octal 167 164 314
Decimal 119 116 204
Hex 77 74 CC

RGB Percentages of Color #7774cc

%27.11
%26.42
%46.47

CMYK Percentages of Color #7774cc

%42
%43
%0
%20

Triadic Colors of #7774cc

#7774cc #cc7774 #74cc77

Analogous Colors of #7774cc

#7774cc #a374cc #749dcc

Monochromatic Colors of #7774cc

#7774cc

Complementary Color

#7774cc #c9cc74

#7774cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7774cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7774cc Color CSS Codes

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

#7774cc Text Font Color

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

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


#7774cc Background Color

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

This div background color is #7774cc


#7774cc Border Color

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

This div border color is #7774cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,116,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 #7774cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7774cc


Comments

No comments written yet.

Please login to write comment.