Color Hex Logo

#774dcd Color Hex

#774DCD
(119,77,205)
0 Favorites   0 Comments

Color spaces of #774dcd

RGB 11977205
HSL0.720.560.55
HSV260°62°80°
CMYK 0.420.620.00   0.20
XYZ21.281113.637559.2683
Yxy13.63750.22590.1448
Hunter Lab36.929038.2386-69.3058
CIE-Lab43.708546.2498-60.3535

#774dcd color RGB value is (119,77,205).

#774dcd hex color red value is 119, green value is 77 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #774dcd hue: 0.72 , saturation: 0.56 and the lightness value of 774dcd is 0.55.

The process color (four color CMYK) of #774dcd color hex is 0.42, 0.62, 0.00, 0.20. Web safe color of #774dcd is #6666cc. Color #774dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001101 11001101
Octal 167 115 315
Decimal 119 77 205
Hex 77 4D CD

RGB Percentages of Color #774dcd

%29.68
%19.20
%51.12

CMYK Percentages of Color #774dcd

%42
%62
%0
%20

Triadic Colors of #774dcd

#774dcd #cd774d #4dcd77

Analogous Colors of #774dcd

#774dcd #b74dcd #4d63cd

Monochromatic Colors of #774dcd

#774dcd

Complementary Color

#774dcd #a3cd4d

#774dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#774dcd Color CSS Codes

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

#774dcd Text Font Color

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

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


#774dcd Background Color

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

This div background color is #774dcd


#774dcd Border Color

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

This div border color is #774dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774dcd


Comments

No comments written yet.

Please login to write comment.