Color Hex Logo

#7d143b Color Hex

#7D143B
(125,20,59)
0 Favorites   0 Comments

Color spaces of #7d143b

RGB 1252059
HSL0.940.720.28
HSV338°84°49°
CMYK 0.000.840.53   0.51
XYZ9.49705.17614.6362
Yxy5.17610.49180.2681
Hunter Lab22.751034.69723.8436
CIE-Lab27.230745.67764.6968

#7d143b color RGB value is (125,20,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00010100 00111011
Octal 175 24 73
Decimal 125 20 59
Hex 7D 14 3B

RGB Percentages of Color #7d143b

%61.27
%9.80
%28.92

CMYK Percentages of Color #7d143b

%0
%84
%53
%51

Triadic Colors of #7d143b

#7d143b #3b7d14 #143b7d

Analogous Colors of #7d143b

#7d143b #7d2214 #7d1470

Monochromatic Colors of #7d143b

#7d143b

Complementary Color

#7d143b #147d56

#7d143b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d143b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d143b Color CSS Codes

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

#7d143b Text Font Color

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

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


#7d143b Background Color

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

This div background color is #7d143b


#7d143b Border Color

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

This div border color is #7d143b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d143b


Comments

No comments written yet.

Please login to write comment.