Color Hex Logo

#7e7698 Color Hex

#7E7698
(126,118,152)
0 Favorites   0 Comments

Color spaces of #7e7698

RGB 126118152
HSL0.710.140.53
HSV254°22°60°
CMYK 0.170.220.00   0.40
XYZ20.750119.659532.4068
Yxy19.65950.28500.2700
Hunter Lab44.33905.9424-12.2969
CIE-Lab51.450010.3347-17.2399

#7e7698 color RGB value is (126,118,152).

#7e7698 hex color red value is 126, green value is 118 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #7e7698 hue: 0.71 , saturation: 0.14 and the lightness value of 7e7698 is 0.53.

The process color (four color CMYK) of #7e7698 color hex is 0.17, 0.22, 0.00, 0.40. Web safe color of #7e7698 is #666699. Color #7e7698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110110 10011000
Octal 176 166 230
Decimal 126 118 152
Hex 7E 76 98

RGB Percentages of Color #7e7698

%31.82
%29.80
%38.38

CMYK Percentages of Color #7e7698

%17
%22
%0
%40

Triadic Colors of #7e7698

#7e7698 #987e76 #76987e

Analogous Colors of #7e7698

#7e7698 #8f7698 #767f98

Monochromatic Colors of #7e7698

#7e7698

Complementary Color

#7e7698 #909876

#7e7698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e7698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e7698 Color CSS Codes

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

#7e7698 Text Font Color

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

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


#7e7698 Background Color

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

This div background color is #7e7698


#7e7698 Border Color

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

This div border color is #7e7698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e7698


Comments

No comments written yet.

Please login to write comment.