Color Hex Logo

#775ebd Color Hex

#775EBD
(119,94,189)
0 Favorites   0 Comments

Color spaces of #775ebd

RGB 11994189
HSL0.710.420.55
HSV256°50°74°
CMYK 0.370.500.00   0.26
XYZ20.795815.601550.0594
Yxy15.60150.24050.1805
Hunter Lab39.498724.8562-47.4931
CIE-Lab46.447332.1191-46.6936

#775ebd color RGB value is (119,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011110 10111101
Octal 167 136 275
Decimal 119 94 189
Hex 77 5E BD

RGB Percentages of Color #775ebd

%29.60
%23.38
%47.01

CMYK Percentages of Color #775ebd

%37
%50
%0
%26

Triadic Colors of #775ebd

#775ebd #bd775e #5ebd77

Analogous Colors of #775ebd

#775ebd #a75ebd #5e75bd

Monochromatic Colors of #775ebd

#775ebd

Complementary Color

#775ebd #a4bd5e

#775ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#775ebd Color CSS Codes

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

#775ebd Text Font Color

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

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


#775ebd Background Color

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

This div background color is #775ebd


#775ebd Border Color

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

This div border color is #775ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775ebd


Comments

No comments written yet.

Please login to write comment.