Color Hex Logo

#7d243e Color Hex

#7D243E
(125,36,62)
0 Favorites   0 Comments

Color spaces of #7d243e

RGB 1253662
HSL0.950.550.32
HSV342°71°49°
CMYK 0.000.710.50   0.51
XYZ9.95785.96955.1848
Yxy5.96950.47170.2828
Hunter Lab24.432629.99304.5209
CIE-Lab29.335440.29905.6729

#7d243e color RGB value is (125,36,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00100100 00111110
Octal 175 44 76
Decimal 125 36 62
Hex 7D 24 3E

RGB Percentages of Color #7d243e

%56.05
%16.14
%27.80

CMYK Percentages of Color #7d243e

%0
%71
%50
%51

Triadic Colors of #7d243e

#7d243e #3e7d24 #243e7d

Analogous Colors of #7d243e

#7d243e #7d3724 #7d246b

Monochromatic Colors of #7d243e

#7d243e

Complementary Color

#7d243e #247d63

#7d243e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d243e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d243e Color CSS Codes

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

#7d243e Text Font Color

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

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


#7d243e Background Color

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

This div background color is #7d243e


#7d243e Border Color

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

This div border color is #7d243e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d243e


Comments

No comments written yet.

Please login to write comment.