Color Hex Logo

#7e465d Color Hex

#7E465D
(126,70,93)
0 Favorites   0 Comments

Color spaces of #7e465d

RGB 1267093
HSL0.930.290.38
HSV335°44°49°
CMYK 0.000.440.26   0.51
XYZ12.77019.606311.5371
Yxy9.60630.37650.2833
Hunter Lab30.994019.3057-0.3741
CIE-Lab37.126427.0947-3.0430

#7e465d color RGB value is (126,70,93).

#7e465d hex color red value is 126, green value is 70 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #7e465d hue: 0.93 , saturation: 0.29 and the lightness value of 7e465d is 0.38.

The process color (four color CMYK) of #7e465d color hex is 0.00, 0.44, 0.26, 0.51. Web safe color of #7e465d is #663366. Color #7e465d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01000110 01011101
Octal 176 106 135
Decimal 126 70 93
Hex 7E 46 5D

RGB Percentages of Color #7e465d

%43.60
%24.22
%32.18

CMYK Percentages of Color #7e465d

%0
%44
%26
%51

Triadic Colors of #7e465d

#7e465d #5d7e46 #465d7e

Analogous Colors of #7e465d

#7e465d #7e4b46 #7e4679

Monochromatic Colors of #7e465d

#7e465d

Complementary Color

#7e465d #467e67

#7e465d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e465d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e465d Color CSS Codes

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

#7e465d Text Font Color

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

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


#7e465d Background Color

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

This div background color is #7e465d


#7e465d Border Color

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

This div border color is #7e465d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e465d

#7e465d Color Palettes


Comments

No comments written yet.

Please login to write comment.