Color Hex Logo

#775ebc Color Hex

#775EBC
(119,94,188)
0 Favorites   0 Comments

Color spaces of #775ebc

RGB 11994188
HSL0.710.410.55
HSV256°50°74°
CMYK 0.370.500.00   0.26
XYZ20.687615.558249.4896
Yxy15.55820.24130.1815
Hunter Lab39.443924.5932-46.7795
CIE-Lab46.389431.8449-46.2054

#775ebc color RGB value is (119,94,188).

#775ebc hex color red value is 119, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #775ebc hue: 0.71 , saturation: 0.41 and the lightness value of 775ebc is 0.55.

The process color (four color CMYK) of #775ebc color hex is 0.37, 0.50, 0.00, 0.26. Web safe color of #775ebc is #6666cc. Color #775ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011110 10111100
Octal 167 136 274
Decimal 119 94 188
Hex 77 5E BC

RGB Percentages of Color #775ebc

%29.68
%23.44
%46.88

CMYK Percentages of Color #775ebc

%37
%50
%0
%26

Triadic Colors of #775ebc

#775ebc #bc775e #5ebc77

Analogous Colors of #775ebc

#775ebc #a65ebc #5e74bc

Monochromatic Colors of #775ebc

#775ebc

Complementary Color

#775ebc #a3bc5e

#775ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#775ebc Color CSS Codes

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

#775ebc Text Font Color

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

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


#775ebc Background Color

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

This div background color is #775ebc


#775ebc Border Color

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

This div border color is #775ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775ebc


Comments

No comments written yet.

Please login to write comment.