Color Hex Logo

#774068 Color Hex

#774068
(119,64,104)
0 Favorites   0 Comments

Color spaces of #774068

RGB 11964104
HSL0.880.300.36
HSV316°46°47°
CMYK 0.000.460.13   0.53
XYZ11.93988.588214.1251
Yxy8.58820.34460.2478
Hunter Lab29.305621.4402-8.0634
CIE-Lab35.179029.8134-13.0053

#774068 color RGB value is (119,64,104).

#774068 hex color red value is 119, green value is 64 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #774068 hue: 0.88 , saturation: 0.30 and the lightness value of 774068 is 0.36.

The process color (four color CMYK) of #774068 color hex is 0.00, 0.46, 0.13, 0.53. Web safe color of #774068 is #663366. Color #774068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000000 01101000
Octal 167 100 150
Decimal 119 64 104
Hex 77 40 68

RGB Percentages of Color #774068

%41.46
%22.30
%36.24

CMYK Percentages of Color #774068

%0
%46
%13
%53

Triadic Colors of #774068

#774068 #687740 #406877

Analogous Colors of #774068

#774068 #77404c #6b4077

Monochromatic Colors of #774068

#774068

Complementary Color

#774068 #40774f

#774068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774068 Color CSS Codes

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

#774068 Text Font Color

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

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


#774068 Background Color

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

This div background color is #774068


#774068 Border Color

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

This div border color is #774068


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,64,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #774068; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #774068;
  -webkit-box-shadow: 1px 1px 3px 2px #774068;
  box-shadow:         1px 1px 3px 2px #774068; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774068


Comments

No comments written yet.

Please login to write comment.