Color Hex Logo

#774ebc Color Hex

#774EBC
(119,78,188)
0 Favorites   0 Comments

Color spaces of #774ebc

RGB 11978188
HSL0.730.450.52
HSV262°59°74°
CMYK 0.370.590.00   0.26
XYZ19.409213.001649.0635
Yxy13.00160.23820.1596
Hunter Lab36.057732.9822-55.4351
CIE-Lab42.765741.1372-52.0107

#774ebc color RGB value is (119,78,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001110 10111100
Octal 167 116 274
Decimal 119 78 188
Hex 77 4E BC

RGB Percentages of Color #774ebc

%30.91
%20.26
%48.83

CMYK Percentages of Color #774ebc

%37
%59
%0
%26

Triadic Colors of #774ebc

#774ebc #bc774e #4ebc77

Analogous Colors of #774ebc

#774ebc #ae4ebc #4e5cbc

Monochromatic Colors of #774ebc

#774ebc

Complementary Color

#774ebc #93bc4e

#774ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#774ebc Color CSS Codes

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

#774ebc Text Font Color

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

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


#774ebc Background Color

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

This div background color is #774ebc


#774ebc Border Color

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

This div border color is #774ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774ebc


Comments

No comments written yet.

Please login to write comment.