Color Hex Logo

#7d2e50 Color Hex

#7D2E50
(125,46,80)
0 Favorites   0 Comments

Color spaces of #7d2e50

RGB 1254680
HSL0.930.460.34
HSV334°63°49°
CMYK 0.000.630.36   0.51
XYZ10.88246.89328.3464
Yxy6.89320.41660.2639
Hunter Lab26.254928.0404-0.4698
CIE-Lab31.562537.7798-2.9547

#7d2e50 color RGB value is (125,46,80).

#7d2e50 hex color red value is 125, green value is 46 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #7d2e50 hue: 0.93 , saturation: 0.46 and the lightness value of 7d2e50 is 0.34.

The process color (four color CMYK) of #7d2e50 color hex is 0.00, 0.63, 0.36, 0.51. Web safe color of #7d2e50 is #663366. Color #7d2e50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00101110 01010000
Octal 175 56 120
Decimal 125 46 80
Hex 7D 2E 50

RGB Percentages of Color #7d2e50

%49.80
%18.33
%31.87

CMYK Percentages of Color #7d2e50

%0
%63
%36
%51

Triadic Colors of #7d2e50

#7d2e50 #507d2e #2e507d

Analogous Colors of #7d2e50

#7d2e50 #7d342e #7d2e78

Monochromatic Colors of #7d2e50

#7d2e50

Complementary Color

#7d2e50 #2e7d5b

#7d2e50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d2e50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d2e50 Color CSS Codes

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

#7d2e50 Text Font Color

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

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


#7d2e50 Background Color

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

This div background color is #7d2e50


#7d2e50 Border Color

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

This div border color is #7d2e50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d2e50


Comments

No comments written yet.

Please login to write comment.