Color Hex Logo

#7e638e Color Hex

#7E638E
(126,99,142)
0 Favorites   0 Comments

Color spaces of #7e638e

RGB 12699142
HSL0.770.180.47
HSV278°30°56°
CMYK 0.110.300.00   0.44
XYZ17.948515.312327.6008
Yxy15.31230.29490.2516
Hunter Lab39.130913.3949-14.4282
CIE-Lab46.059019.3620-19.5775

#7e638e color RGB value is (126,99,142).

#7e638e hex color red value is 126, green value is 99 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #7e638e hue: 0.77 , saturation: 0.18 and the lightness value of 7e638e is 0.47.

The process color (four color CMYK) of #7e638e color hex is 0.11, 0.30, 0.00, 0.44. Web safe color of #7e638e is #666699. Color #7e638e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01100011 10001110
Octal 176 143 216
Decimal 126 99 142
Hex 7E 63 8E

RGB Percentages of Color #7e638e

%34.33
%26.98
%38.69

CMYK Percentages of Color #7e638e

%11
%30
%0
%44

Triadic Colors of #7e638e

#7e638e #8e7e63 #638e7e

Analogous Colors of #7e638e

#7e638e #8e6389 #69638e

Monochromatic Colors of #7e638e

#7e638e

Complementary Color

#7e638e #738e63

#7e638e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e638e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e638e Color CSS Codes

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

#7e638e Text Font Color

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

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


#7e638e Background Color

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

This div background color is #7e638e


#7e638e Border Color

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

This div border color is #7e638e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e638e


Comments

No comments written yet.

Please login to write comment.