Color Hex Logo

#7e2125 Color Hex

#7E2125
(126,33,37)
0 Favorites   0 Comments

Color spaces of #7e2125

RGB 1263337
HSL0.990.580.31
HSV357°74°49°
CMYK 0.000.740.71   0.51
XYZ9.48205.65692.3424
Yxy5.65690.54240.3236
Hunter Lab23.784229.539710.8098
CIE-Lab28.529839.955721.1513

#7e2125 color RGB value is (126,33,37).

#7e2125 hex color red value is 126, green value is 33 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #7e2125 hue: 0.99 , saturation: 0.58 and the lightness value of 7e2125 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00100001 00100101
Octal 176 41 45
Decimal 126 33 37
Hex 7E 21 25

RGB Percentages of Color #7e2125

%64.29
%16.84
%18.88

CMYK Percentages of Color #7e2125

%0
%74
%71
%51

Triadic Colors of #7e2125

#7e2125 #257e21 #21257e

Analogous Colors of #7e2125

#7e2125 #7e4b21 #7e2154

Monochromatic Colors of #7e2125

#7e2125

Complementary Color

#7e2125 #217e7a

#7e2125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e2125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e2125 Color CSS Codes

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

#7e2125 Text Font Color

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

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


#7e2125 Background Color

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

This div background color is #7e2125


#7e2125 Border Color

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

This div border color is #7e2125


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,33,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e2125; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e2125;
  -webkit-box-shadow: 1px 1px 3px 2px #7e2125;
  box-shadow:         1px 1px 3px 2px #7e2125; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,33,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e2125


Comments

No comments written yet.

Please login to write comment.