Color Hex Logo

#775ebe Color Hex

#775EBE
(119,94,190)
0 Favorites   0 Comments

Color spaces of #775ebe

RGB 11994190
HSL0.710.420.56
HSV256°51°75°
CMYK 0.370.510.00   0.25
XYZ20.904715.645150.6332
Yxy15.64510.23980.1795
Hunter Lab39.553925.1201-48.2098
CIE-Lab46.505432.3936-47.1810

#775ebe color RGB value is (119,94,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011110 10111110
Octal 167 136 276
Decimal 119 94 190
Hex 77 5E BE

RGB Percentages of Color #775ebe

%29.53
%23.33
%47.15

CMYK Percentages of Color #775ebe

%37
%51
%0
%25

Triadic Colors of #775ebe

#775ebe #be775e #5ebe77

Analogous Colors of #775ebe

#775ebe #a75ebe #5e75be

Monochromatic Colors of #775ebe

#775ebe

Complementary Color

#775ebe #a5be5e

#775ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#775ebe Color CSS Codes

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

#775ebe Text Font Color

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

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


#775ebe Background Color

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

This div background color is #775ebe


#775ebe Border Color

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

This div border color is #775ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775ebe


Comments

No comments written yet.

Please login to write comment.