Color Hex Logo

#775ecc Color Hex

#775ECC
(119,94,204)
0 Favorites   0 Comments

Color spaces of #775ecc

RGB 11994204
HSL0.700.520.58
HSV254°54°80°
CMYK 0.420.540.00   0.20
XYZ22.509516.287059.0841
Yxy16.28700.23000.1664
Hunter Lab40.357228.9347-58.5523
CIE-Lab47.348836.2918-53.9078

#775ecc color RGB value is (119,94,204).

#775ecc hex color red value is 119, green value is 94 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #775ecc hue: 0.70 , saturation: 0.52 and the lightness value of 775ecc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011110 11001100
Octal 167 136 314
Decimal 119 94 204
Hex 77 5E CC

RGB Percentages of Color #775ecc

%28.54
%22.54
%48.92

CMYK Percentages of Color #775ecc

%42
%54
%0
%20

Triadic Colors of #775ecc

#775ecc #cc775e #5ecc77

Analogous Colors of #775ecc

#775ecc #ae5ecc #5e7ccc

Monochromatic Colors of #775ecc

#775ecc

Complementary Color

#775ecc #b3cc5e

#775ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#775ecc Color CSS Codes

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

#775ecc Text Font Color

<p style="color:#775ecc">Text here</p>

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


#775ecc Background Color

<div style="background-color:#775ecc">
Div content here</div>

This div background color is #775ecc


#775ecc Border Color

<div style="border:3px solid #775ecc">
Div here</div>

This div border color is #775ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775ecc


Comments

No comments written yet.

Please login to write comment.