Color Hex Logo

#783872 Color Hex

#783872
(120,56,114)
0 Favorites   0 Comments

Color spaces of #783872

RGB 12056114
HSL0.850.360.35
HSV306°53°47°
CMYK 0.000.530.05   0.53
XYZ12.19728.036316.8279
Yxy8.03630.32910.2168
Hunter Lab28.348427.1920-15.3513
CIE-Lab34.058436.4305-21.0222

#783872 color RGB value is (120,56,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111000 01110010
Octal 170 70 162
Decimal 120 56 114
Hex 78 38 72

RGB Percentages of Color #783872

%41.38
%19.31
%39.31

CMYK Percentages of Color #783872

%0
%53
%5
%53

Triadic Colors of #783872

#783872 #727838 #387278

Analogous Colors of #783872

#783872 #783852 #5e3878

Monochromatic Colors of #783872

#783872

Complementary Color

#783872 #38783e

#783872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783872 Color CSS Codes

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

#783872 Text Font Color

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

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


#783872 Background Color

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

This div background color is #783872


#783872 Border Color

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

This div border color is #783872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783872


Comments

No comments written yet.

Please login to write comment.