Color Hex Logo

#7d242b Color Hex

#7D242B
(125,36,43)
0 Favorites   0 Comments

Color spaces of #7d242b

RGB 1253643
HSL0.990.550.32
HSV355°71°49°
CMYK 0.000.710.66   0.51
XYZ9.52445.79612.9023
Yxy5.79610.52270.3181
Hunter Lab24.075128.48549.7050
CIE-Lab28.892138.739217.6567

#7d242b color RGB value is (125,36,43).

#7d242b hex color red value is 125, green value is 36 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #7d242b hue: 0.99 , saturation: 0.55 and the lightness value of 7d242b is 0.32.

The process color (four color CMYK) of #7d242b color hex is 0.00, 0.71, 0.66, 0.51. Web safe color of #7d242b is #663333. Color #7d242b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00100100 00101011
Octal 175 44 53
Decimal 125 36 43
Hex 7D 24 2B

RGB Percentages of Color #7d242b

%61.27
%17.65
%21.08

CMYK Percentages of Color #7d242b

%0
%71
%66
%51

Triadic Colors of #7d242b

#7d242b #2b7d24 #242b7d

Analogous Colors of #7d242b

#7d242b #7d4a24 #7d2457

Monochromatic Colors of #7d242b

#7d242b

Complementary Color

#7d242b #247d76

#7d242b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d242b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d242b Color CSS Codes

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

#7d242b Text Font Color

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

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


#7d242b Background Color

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

This div background color is #7d242b


#7d242b Border Color

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

This div border color is #7d242b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d242b


Comments

No comments written yet.

Please login to write comment.