Color Hex Logo

#7e194e Color Hex

#7E194E
(126,25,78)
0 Favorites   0 Comments

Color spaces of #7e194e

RGB 1262578
HSL0.910.670.30
HSV329°80°49°
CMYK 0.000.800.38   0.51
XYZ10.32705.68097.7600
Yxy5.68090.43450.2390
Hunter Lab23.834635.6293-2.6192
CIE-Lab28.592746.3781-6.0369

#7e194e color RGB value is (126,25,78).

#7e194e hex color red value is 126, green value is 25 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #7e194e hue: 0.91 , saturation: 0.67 and the lightness value of 7e194e is 0.30.

The process color (four color CMYK) of #7e194e color hex is 0.00, 0.80, 0.38, 0.51. Web safe color of #7e194e is #660066. Color #7e194e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00011001 01001110
Octal 176 31 116
Decimal 126 25 78
Hex 7E 19 4E

RGB Percentages of Color #7e194e

%55.02
%10.92
%34.06

CMYK Percentages of Color #7e194e

%0
%80
%38
%51

Triadic Colors of #7e194e

#7e194e #4e7e19 #194e7e

Analogous Colors of #7e194e

#7e194e #7e191c #7c197e

Monochromatic Colors of #7e194e

#7e194e

Complementary Color

#7e194e #197e49

#7e194e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e194e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e194e Color CSS Codes

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

#7e194e Text Font Color

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

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


#7e194e Background Color

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

This div background color is #7e194e


#7e194e Border Color

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

This div border color is #7e194e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e194e


Comments

No comments written yet.

Please login to write comment.