Color Hex Logo

#783972 Color Hex

#783972
(120,57,114)
0 Favorites   0 Comments

Color spaces of #783972

RGB 12057114
HSL0.850.360.35
HSV306°53°47°
CMYK 0.000.530.05   0.53
XYZ12.24618.134216.8442
Yxy8.13420.32900.2185
Hunter Lab28.520526.7332-15.0523
CIE-Lab34.260835.8944-20.7078

#783972 color RGB value is (120,57,114).

#783972 hex color red value is 120, green value is 57 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #783972 hue: 0.85 , saturation: 0.36 and the lightness value of 783972 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111001 01110010
Octal 170 71 162
Decimal 120 57 114
Hex 78 39 72

RGB Percentages of Color #783972

%41.24
%19.59
%39.18

CMYK Percentages of Color #783972

%0
%53
%5
%53

Triadic Colors of #783972

#783972 #727839 #397278

Analogous Colors of #783972

#783972 #783952 #5f3978

Monochromatic Colors of #783972

#783972

Complementary Color

#783972 #39783f

#783972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783972 Color CSS Codes

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

#783972 Text Font Color

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

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


#783972 Background Color

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

This div background color is #783972


#783972 Border Color

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

This div border color is #783972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783972


Comments

No comments written yet.

Please login to write comment.