Color Hex Logo

#7e365a Color Hex

#7E365A
(126,54,90)
0 Favorites   0 Comments

Color spaces of #7e365a

RGB 1265490
HSL0.920.400.35
HSV330°57°49°
CMYK 0.000.570.29   0.51
XYZ11.76887.812110.5605
Yxy7.81210.39050.2592
Hunter Lab27.950126.2472-2.8367
CIE-Lab33.588535.4681-6.3933

#7e365a color RGB value is (126,54,90).

#7e365a hex color red value is 126, green value is 54 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7e365a hue: 0.92 , saturation: 0.40 and the lightness value of 7e365a is 0.35.

The process color (four color CMYK) of #7e365a color hex is 0.00, 0.57, 0.29, 0.51. Web safe color of #7e365a is #663366. Color #7e365a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00110110 01011010
Octal 176 66 132
Decimal 126 54 90
Hex 7E 36 5A

RGB Percentages of Color #7e365a

%46.67
%20.00
%33.33

CMYK Percentages of Color #7e365a

%0
%57
%29
%51

Triadic Colors of #7e365a

#7e365a #5a7e36 #365a7e

Analogous Colors of #7e365a

#7e365a #7e3636 #7e367e

Monochromatic Colors of #7e365a

#7e365a

Complementary Color

#7e365a #367e5a

#7e365a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e365a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e365a Color CSS Codes

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

#7e365a Text Font Color

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

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


#7e365a Background Color

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

This div background color is #7e365a


#7e365a Border Color

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

This div border color is #7e365a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e365a


Comments

No comments written yet.

Please login to write comment.