Color Hex Logo

#784054 Color Hex

#784054
(120,64,84)
0 Favorites   0 Comments

Color spaces of #784054

RGB 1206484
HSL0.940.300.36
HSV339°47°47°
CMYK 0.000.470.30   0.53
XYZ11.17948.30009.4003
Yxy8.30000.38710.2874
Hunter Lab28.809718.84860.8211
CIE-Lab34.600026.8761-1.1528

#784054 color RGB value is (120,64,84).

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

The process color (four color CMYK) of #784054 color hex is 0.00, 0.47, 0.30, 0.53. Web safe color of #784054 is #663366. Color #784054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000000 01010100
Octal 170 100 124
Decimal 120 64 84
Hex 78 40 54

RGB Percentages of Color #784054

%44.78
%23.88
%31.34

CMYK Percentages of Color #784054

%0
%47
%30
%53

Triadic Colors of #784054

#784054 #547840 #405478

Analogous Colors of #784054

#784054 #784840 #784070

Monochromatic Colors of #784054

#784054

Complementary Color

#784054 #407864

#784054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784054 Color CSS Codes

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

#784054 Text Font Color

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

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


#784054 Background Color

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

This div background color is #784054


#784054 Border Color

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

This div border color is #784054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784054


Comments

No comments written yet.

Please login to write comment.