Color Hex Logo

#784166 Color Hex

#784166
(120,65,102)
0 Favorites   0 Comments

Color spaces of #784166

RGB 12065102
HSL0.890.300.36
HSV320°46°47°
CMYK 0.000.460.15   0.53
XYZ12.03438.733013.6217
Yxy8.73300.34990.2539
Hunter Lab29.551620.9751-6.6433
CIE-Lab35.465129.2394-11.2949

#784166 color RGB value is (120,65,102).

#784166 hex color red value is 120, green value is 65 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #784166 hue: 0.89 , saturation: 0.30 and the lightness value of 784166 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000001 01100110
Octal 170 101 146
Decimal 120 65 102
Hex 78 41 66

RGB Percentages of Color #784166

%41.81
%22.65
%35.54

CMYK Percentages of Color #784166

%0
%46
%15
%53

Triadic Colors of #784166

#784166 #667841 #416678

Analogous Colors of #784166

#784166 #78414b #6f4178

Monochromatic Colors of #784166

#784166

Complementary Color

#784166 #417853

#784166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784166 Color CSS Codes

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

#784166 Text Font Color

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

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


#784166 Background Color

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

This div background color is #784166


#784166 Border Color

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

This div border color is #784166


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,65,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #784166; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #784166;
  -webkit-box-shadow: 1px 1px 3px 2px #784166;
  box-shadow:         1px 1px 3px 2px #784166; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,65,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784166


Comments

No comments written yet.

Please login to write comment.