Color Hex Logo

#7e415f Color Hex

#7E415F
(126,65,95)
0 Favorites   0 Comments

Color spaces of #7e415f

RGB 1266595
HSL0.920.320.37
HSV330°48°49°
CMYK 0.000.480.25   0.51
XYZ12.56009.042411.9099
Yxy9.04240.37480.2698
Hunter Lab30.070621.9331-2.4333
CIE-Lab36.065830.2539-5.8801

#7e415f color RGB value is (126,65,95).

#7e415f hex color red value is 126, green value is 65 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #7e415f hue: 0.92 , saturation: 0.32 and the lightness value of 7e415f is 0.37.

The process color (four color CMYK) of #7e415f color hex is 0.00, 0.48, 0.25, 0.51. Web safe color of #7e415f is #663366. Color #7e415f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01000001 01011111
Octal 176 101 137
Decimal 126 65 95
Hex 7E 41 5F

RGB Percentages of Color #7e415f

%44.06
%22.73
%33.22

CMYK Percentages of Color #7e415f

%0
%48
%25
%51

Triadic Colors of #7e415f

#7e415f #5f7e41 #415f7e

Analogous Colors of #7e415f

#7e415f #7e4241 #7e417e

Monochromatic Colors of #7e415f

#7e415f

Complementary Color

#7e415f #417e60

#7e415f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e415f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e415f Color CSS Codes

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

#7e415f Text Font Color

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

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


#7e415f Background Color

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

This div background color is #7e415f


#7e415f Border Color

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

This div border color is #7e415f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e415f


Comments

No comments written yet.

Please login to write comment.