Color Hex Logo

#7e065b Color Hex

#7E065B
(126,6,91)
0 Favorites   0 Comments

Color spaces of #7e065b

RGB 126691
HSL0.880.910.26
HSV318°95°49°
CMYK 0.000.950.28   0.51
XYZ10.55765.321210.3682
Yxy5.32120.40220.2027
Hunter Lab23.067741.3271-10.5015
CIE-Lab27.630952.2864-16.1038

#7e065b color RGB value is (126,6,91).

#7e065b hex color red value is 126, green value is 6 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #7e065b hue: 0.88 , saturation: 0.91 and the lightness value of 7e065b is 0.26.

The process color (four color CMYK) of #7e065b color hex is 0.00, 0.95, 0.28, 0.51. Web safe color of #7e065b is #660066. Color #7e065b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00000110 01011011
Octal 176 6 133
Decimal 126 6 91
Hex 7E 6 5B

RGB Percentages of Color #7e065b

%56.50
%2.69
%40.81

CMYK Percentages of Color #7e065b

%0
%95
%28
%51

Triadic Colors of #7e065b

#7e065b #5b7e06 #065b7e

Analogous Colors of #7e065b

#7e065b #7e061f #65067e

Monochromatic Colors of #7e065b

#7e065b

Complementary Color

#7e065b #067e29

#7e065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e065b Color CSS Codes

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

#7e065b Text Font Color

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

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


#7e065b Background Color

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

This div background color is #7e065b


#7e065b Border Color

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

This div border color is #7e065b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e065b


Comments

No comments written yet.

Please login to write comment.