Color Hex Logo

#774deb Color Hex

#774DEB
(119,77,235)
0 Favorites   0 Comments

Color spaces of #774deb

RGB 11977235
HSL0.710.800.61
HSV256°67°92°
CMYK 0.490.670.00   0.08
XYZ25.257015.227980.2053
Yxy15.22790.20930.1262
Hunter Lab39.022947.2412-94.5449
CIE-Lab45.944854.4499-73.8236

#774deb color RGB value is (119,77,235).

#774deb hex color red value is 119, green value is 77 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #774deb hue: 0.71 , saturation: 0.80 and the lightness value of 774deb is 0.61.

The process color (four color CMYK) of #774deb color hex is 0.49, 0.67, 0.00, 0.08. Web safe color of #774deb is #6666ff. Color #774deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001101 11101011
Octal 167 115 353
Decimal 119 77 235
Hex 77 4D EB

RGB Percentages of Color #774deb

%27.61
%17.87
%54.52

CMYK Percentages of Color #774deb

%49
%67
%0
%8

Triadic Colors of #774deb

#774deb #eb774d #4deb77

Analogous Colors of #774deb

#774deb #c64deb #4d72eb

Monochromatic Colors of #774deb

#774deb

Complementary Color

#774deb #c1eb4d

#774deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#774deb Color CSS Codes

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

#774deb Text Font Color

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

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


#774deb Background Color

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

This div background color is #774deb


#774deb Border Color

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

This div border color is #774deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774deb


Comments

No comments written yet.

Please login to write comment.