Color Hex Logo

#7d113b Color Hex

#7D113B
(125,17,59)
0 Favorites   0 Comments

Color spaces of #7d113b

RGB 1251759
HSL0.940.760.28
HSV337°86°49°
CMYK 0.000.860.53   0.51
XYZ9.44735.07664.6196
Yxy5.07660.49350.2652
Hunter Lab22.531335.41463.6157
CIE-Lab26.951946.47384.2995

#7d113b color RGB value is (125,17,59).

#7d113b hex color red value is 125, green value is 17 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #7d113b hue: 0.94 , saturation: 0.76 and the lightness value of 7d113b is 0.28.

The process color (four color CMYK) of #7d113b color hex is 0.00, 0.86, 0.53, 0.51. Web safe color of #7d113b is #660033. Color #7d113b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00010001 00111011
Octal 175 21 73
Decimal 125 17 59
Hex 7D 11 3B

RGB Percentages of Color #7d113b

%62.19
%8.46
%29.35

CMYK Percentages of Color #7d113b

%0
%86
%53
%51

Triadic Colors of #7d113b

#7d113b #3b7d11 #113b7d

Analogous Colors of #7d113b

#7d113b #7d1d11 #7d1171

Monochromatic Colors of #7d113b

#7d113b

Complementary Color

#7d113b #117d53

#7d113b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d113b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d113b Color CSS Codes

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

#7d113b Text Font Color

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

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


#7d113b Background Color

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

This div background color is #7d113b


#7d113b Border Color

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

This div border color is #7d113b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d113b


Comments

No comments written yet.

Please login to write comment.