Color Hex Logo

#7e739f Color Hex

#7E739F
(126,115,159)
0 Favorites   0 Comments

Color spaces of #7e739f

RGB 126115159
HSL0.710.190.54
HSV255°28°62°
CMYK 0.210.280.00   0.38
XYZ20.992919.200335.4005
Yxy19.20030.27770.2540
Hunter Lab43.81818.8361-17.2274
CIE-Lab50.920713.7858-22.1438

#7e739f color RGB value is (126,115,159).

#7e739f hex color red value is 126, green value is 115 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #7e739f hue: 0.71 , saturation: 0.19 and the lightness value of 7e739f is 0.54.

The process color (four color CMYK) of #7e739f color hex is 0.21, 0.28, 0.00, 0.38. Web safe color of #7e739f is #666699. Color #7e739f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110011 10011111
Octal 176 163 237
Decimal 126 115 159
Hex 7E 73 9F

RGB Percentages of Color #7e739f

%31.50
%28.75
%39.75

CMYK Percentages of Color #7e739f

%21
%28
%0
%38

Triadic Colors of #7e739f

#7e739f #9f7e73 #739f7e

Analogous Colors of #7e739f

#7e739f #94739f #737e9f

Monochromatic Colors of #7e739f

#7e739f

Complementary Color

#7e739f #949f73

#7e739f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e739f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e739f Color CSS Codes

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

#7e739f Text Font Color

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

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


#7e739f Background Color

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

This div background color is #7e739f


#7e739f Border Color

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

This div border color is #7e739f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e739f


Comments

No comments written yet.

Please login to write comment.