Color Hex Logo

#783f5e Color Hex

#783F5E
(120,63,94)
0 Favorites   0 Comments

Color spaces of #783f5e

RGB 1206394
HSL0.910.310.36
HSV327°48°47°
CMYK 0.000.480.22   0.53
XYZ11.54368.356211.5942
Yxy8.35620.36650.2653
Hunter Lab28.907120.6938-3.5454
CIE-Lab34.714029.0169-7.3582

#783f5e color RGB value is (120,63,94).

#783f5e hex color red value is 120, green value is 63 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #783f5e hue: 0.91 , saturation: 0.31 and the lightness value of 783f5e is 0.36.

The process color (four color CMYK) of #783f5e color hex is 0.00, 0.48, 0.22, 0.53. Web safe color of #783f5e is #663366. Color #783f5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111111 01011110
Octal 170 77 136
Decimal 120 63 94
Hex 78 3F 5E

RGB Percentages of Color #783f5e

%43.32
%22.74
%33.94

CMYK Percentages of Color #783f5e

%0
%48
%22
%53

Triadic Colors of #783f5e

#783f5e #5e783f #3f5e78

Analogous Colors of #783f5e

#783f5e #783f42 #763f78

Monochromatic Colors of #783f5e

#783f5e

Complementary Color

#783f5e #3f7859

#783f5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783f5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#783f5e Color CSS Codes

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

#783f5e Text Font Color

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

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


#783f5e Background Color

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

This div background color is #783f5e


#783f5e Border Color

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

This div border color is #783f5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,63,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #783f5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #783f5e;
  -webkit-box-shadow: 1px 1px 3px 2px #783f5e;
  box-shadow:         1px 1px 3px 2px #783f5e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783f5e


Comments

No comments written yet.

Please login to write comment.