Color Hex Logo

#774dbd Color Hex

#774DBD
(119,77,189)
0 Favorites   0 Comments

Color spaces of #774dbd

RGB 11977189
HSL0.730.460.52
HSV263°59°74°
CMYK 0.370.590.00   0.26
XYZ19.446912.903849.6098
Yxy12.90380.23730.1574
Hunter Lab35.921933.7707-56.7370
CIE-Lab42.617941.9645-52.8324

#774dbd color RGB value is (119,77,189).

#774dbd hex color red value is 119, green value is 77 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #774dbd hue: 0.73 , saturation: 0.46 and the lightness value of 774dbd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001101 10111101
Octal 167 115 275
Decimal 119 77 189
Hex 77 4D BD

RGB Percentages of Color #774dbd

%30.91
%20.00
%49.09

CMYK Percentages of Color #774dbd

%37
%59
%0
%26

Triadic Colors of #774dbd

#774dbd #bd774d #4dbd77

Analogous Colors of #774dbd

#774dbd #af4dbd #4d5bbd

Monochromatic Colors of #774dbd

#774dbd

Complementary Color

#774dbd #93bd4d

#774dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#774dbd Color CSS Codes

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

#774dbd Text Font Color

<p style="color:#774dbd">Text here</p>

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


#774dbd Background Color

<div style="background-color:#774dbd">
Div content here</div>

This div background color is #774dbd


#774dbd Border Color

<div style="border:3px solid #774dbd">
Div here</div>

This div border color is #774dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774dbd


Comments

No comments written yet.

Please login to write comment.