Color Hex Logo

#7e7ede Color Hex

#7E7EDE
(126,126,222)
0 Favorites   0 Comments

Color spaces of #7e7ede

RGB 126126222
HSL0.670.590.68
HSV240°43°87°
CMYK 0.430.430.00   0.13
XYZ29.249924.631372.3199
Yxy24.63130.23180.1952
Hunter Lab49.629918.3484-51.6554
CIE-Lab56.714424.1470-49.1305

#7e7ede color RGB value is (126,126,222).

#7e7ede hex color red value is 126, green value is 126 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7e7ede hue: 0.67 , saturation: 0.59 and the lightness value of 7e7ede is 0.68.

The process color (four color CMYK) of #7e7ede color hex is 0.43, 0.43, 0.00, 0.13. Web safe color of #7e7ede is #6666cc. Color #7e7ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01111110 11011110
Octal 176 176 336
Decimal 126 126 222
Hex 7E 7E DE

RGB Percentages of Color #7e7ede

%26.58
%26.58
%46.84

CMYK Percentages of Color #7e7ede

%43
%43
%0
%13

Triadic Colors of #7e7ede

#7e7ede #de7e7e #7ede7e

Analogous Colors of #7e7ede

#7e7ede #ae7ede #7eaede

Monochromatic Colors of #7e7ede

#7e7ede

Complementary Color

#7e7ede #dede7e

#7e7ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e7ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e7ede Color CSS Codes

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

#7e7ede Text Font Color

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

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


#7e7ede Background Color

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

This div background color is #7e7ede


#7e7ede Border Color

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

This div border color is #7e7ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e7ede


Comments

No comments written yet.

Please login to write comment.