Color Hex Logo

#7772cc Color Hex

#7772CC
(119,114,204)
0 Favorites   0 Comments

Color spaces of #7772cc

RGB 119114204
HSL0.680.470.62
HSV243°44°80°
CMYK 0.420.440.00   0.20
XYZ24.524120.316259.7556
Yxy20.31620.23450.1942
Hunter Lab45.073518.2417-47.0515
CIE-Lab52.192824.3787-46.1717

#7772cc color RGB value is (119,114,204).

#7772cc hex color red value is 119, green value is 114 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7772cc hue: 0.68 , saturation: 0.47 and the lightness value of 7772cc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110010 11001100
Octal 167 162 314
Decimal 119 114 204
Hex 77 72 CC

RGB Percentages of Color #7772cc

%27.23
%26.09
%46.68

CMYK Percentages of Color #7772cc

%42
%44
%0
%20

Triadic Colors of #7772cc

#7772cc #cc7772 #72cc77

Analogous Colors of #7772cc

#7772cc #a472cc #729acc

Monochromatic Colors of #7772cc

#7772cc

Complementary Color

#7772cc #c7cc72

#7772cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7772cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7772cc Color CSS Codes

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

#7772cc Text Font Color

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

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


#7772cc Background Color

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

This div background color is #7772cc


#7772cc Border Color

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

This div border color is #7772cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7772cc


Comments

No comments written yet.

Please login to write comment.