Color Hex Logo

#781525 Color Hex

#781525
(120,21,37)
0 Favorites   0 Comments

Color spaces of #781525

RGB 1202137
HSL0.970.700.28
HSV350°83°47°
CMYK 0.000.830.69   0.53
XYZ8.34784.66302.2103
Yxy4.66300.54840.3064
Hunter Lab21.594031.21519.0470
CIE-Lab25.752242.286617.4284

#781525 color RGB value is (120,21,37).

#781525 hex color red value is 120, green value is 21 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #781525 hue: 0.97 , saturation: 0.70 and the lightness value of 781525 is 0.28.

The process color (four color CMYK) of #781525 color hex is 0.00, 0.83, 0.69, 0.53. Web safe color of #781525 is #660033. Color #781525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010101 00100101
Octal 170 25 45
Decimal 120 21 37
Hex 78 15 25

RGB Percentages of Color #781525

%67.42
%11.80
%20.79

CMYK Percentages of Color #781525

%0
%83
%69
%53

Triadic Colors of #781525

#781525 #257815 #152578

Analogous Colors of #781525

#781525 #783615 #781557

Monochromatic Colors of #781525

#781525

Complementary Color

#781525 #157868

#781525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781525 Color CSS Codes

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

#781525 Text Font Color

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

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


#781525 Background Color

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

This div background color is #781525


#781525 Border Color

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

This div border color is #781525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781525


Comments

No comments written yet.

Please login to write comment.