Color Hex Logo

#7d1815 Color Hex

#7D1815
(125,24,21)
0 Favorites   0 Comments

Color spaces of #7d1815

RGB 1252421
HSL0.000.710.29
HSV83°49°
CMYK 0.000.810.83   0.51
XYZ8.91945.06741.2175
Yxy5.06740.58660.3333
Hunter Lab22.510931.332312.5509
CIE-Lab26.925942.188829.2870

#7d1815 color RGB value is (125,24,21).

#7d1815 hex color red value is 125, green value is 24 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #7d1815 hue: 0.00 , saturation: 0.71 and the lightness value of 7d1815 is 0.29.

The process color (four color CMYK) of #7d1815 color hex is 0.00, 0.81, 0.83, 0.51. Web safe color of #7d1815 is #660000. Color #7d1815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00011000 00010101
Octal 175 30 25
Decimal 125 24 21
Hex 7D 18 15

RGB Percentages of Color #7d1815

%73.53
%14.12
%12.35

CMYK Percentages of Color #7d1815

%0
%81
%83
%51

Triadic Colors of #7d1815

#7d1815 #157d18 #18157d

Analogous Colors of #7d1815

#7d1815 #7d4c15 #7d1546

Monochromatic Colors of #7d1815

#7d1815

Complementary Color

#7d1815 #157a7d

#7d1815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d1815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d1815 Color CSS Codes

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

#7d1815 Text Font Color

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

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


#7d1815 Background Color

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

This div background color is #7d1815


#7d1815 Border Color

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

This div border color is #7d1815


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,24,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d1815; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d1815;
  -webkit-box-shadow: 1px 1px 3px 2px #7d1815;
  box-shadow:         1px 1px 3px 2px #7d1815; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d1815


Comments

No comments written yet.

Please login to write comment.