Color Hex Logo

#774dca Color Hex

#774DCA
(119,77,202)
0 Favorites   0 Comments

Color spaces of #774dca

RGB 11977202
HSL0.720.540.55
HSV260°62°79°
CMYK 0.410.620.00   0.21
XYZ20.922313.494057.3790
Yxy13.49400.22790.1470
Hunter Lab36.734237.3815-66.8974
CIE-Lab43.498345.4397-58.9619

#774dca color RGB value is (119,77,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001101 11001010
Octal 167 115 312
Decimal 119 77 202
Hex 77 4D CA

RGB Percentages of Color #774dca

%29.90
%19.35
%50.75

CMYK Percentages of Color #774dca

%41
%62
%0
%21

Triadic Colors of #774dca

#774dca #ca774d #4dca77

Analogous Colors of #774dca

#774dca #b64dca #4d61ca

Monochromatic Colors of #774dca

#774dca

Complementary Color

#774dca #a0ca4d

#774dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#774dca Color CSS Codes

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

#774dca Text Font Color

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

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


#774dca Background Color

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

This div background color is #774dca


#774dca Border Color

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

This div border color is #774dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774dca


Comments

No comments written yet.

Please login to write comment.