Color Hex Logo

#781750 Color Hex

#781750
(120,23,80)
0 Favorites   0 Comments

Color spaces of #781750

RGB 1202380
HSL0.900.680.28
HSV325°81°47°
CMYK 0.000.810.33   0.53
XYZ9.50015.18508.0895
Yxy5.18500.41710.2277
Hunter Lab22.770634.6233-5.1240
CIE-Lab27.255545.5961-9.4999

#781750 color RGB value is (120,23,80).

#781750 hex color red value is 120, green value is 23 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #781750 hue: 0.90 , saturation: 0.68 and the lightness value of 781750 is 0.28.

The process color (four color CMYK) of #781750 color hex is 0.00, 0.81, 0.33, 0.53. Web safe color of #781750 is #660066. Color #781750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010111 01010000
Octal 170 27 120
Decimal 120 23 80
Hex 78 17 50

RGB Percentages of Color #781750

%53.81
%10.31
%35.87

CMYK Percentages of Color #781750

%0
%81
%33
%53

Triadic Colors of #781750

#781750 #507817 #175078

Analogous Colors of #781750

#781750 #78171f #701778

Monochromatic Colors of #781750

#781750

Complementary Color

#781750 #17783f

#781750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781750 Color CSS Codes

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

#781750 Text Font Color

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

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


#781750 Background Color

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

This div background color is #781750


#781750 Border Color

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

This div border color is #781750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781750


Comments

No comments written yet.

Please login to write comment.