Color Hex Logo

#783c5e Color Hex

#783C5E
(120,60,94)
0 Favorites   0 Comments

Color spaces of #783c5e

RGB 1206094
HSL0.910.330.35
HSV326°50°47°
CMYK 0.000.500.22   0.53
XYZ11.38208.032911.5403
Yxy8.03290.36770.2595
Hunter Lab28.342422.0846-4.3017
CIE-Lab34.051330.7123-8.3536

#783c5e color RGB value is (120,60,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111100 01011110
Octal 170 74 136
Decimal 120 60 94
Hex 78 3C 5E

RGB Percentages of Color #783c5e

%43.80
%21.90
%34.31

CMYK Percentages of Color #783c5e

%0
%50
%22
%53

Triadic Colors of #783c5e

#783c5e #5e783c #3c5e78

Analogous Colors of #783c5e

#783c5e #783c40 #743c78

Monochromatic Colors of #783c5e

#783c5e

Complementary Color

#783c5e #3c7856

#783c5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783c5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#783c5e Color CSS Codes

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

#783c5e Text Font Color

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

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


#783c5e Background Color

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

This div background color is #783c5e


#783c5e Border Color

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

This div border color is #783c5e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,60,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 #783c5e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783c5e


Comments

No comments written yet.

Please login to write comment.