Color Hex Logo

#7e7dee Color Hex

#7E7DEE
(126,125,238)
0 Favorites   0 Comments

Color spaces of #7e7dee

RGB 126125238
HSL0.670.770.71
HSV241°47°93°
CMYK 0.470.470.00   0.07
XYZ31.370425.275984.1143
Yxy25.27590.22290.1796
Hunter Lab50.275123.3979-64.0043
CIE-Lab57.343329.4044-57.0590

#7e7dee color RGB value is (126,125,238).

#7e7dee hex color red value is 126, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7e7dee hue: 0.67 , saturation: 0.77 and the lightness value of 7e7dee is 0.71.

The process color (four color CMYK) of #7e7dee color hex is 0.47, 0.47, 0.00, 0.07. Web safe color of #7e7dee is #6666ff. Color #7e7dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01111101 11101110
Octal 176 175 356
Decimal 126 125 238
Hex 7E 7D EE

RGB Percentages of Color #7e7dee

%25.77
%25.56
%48.67

CMYK Percentages of Color #7e7dee

%47
%47
%0
%7

Triadic Colors of #7e7dee

#7e7dee #ee7e7d #7dee7e

Analogous Colors of #7e7dee

#7e7dee #b77dee #7db5ee

Monochromatic Colors of #7e7dee

#7e7dee

Complementary Color

#7e7dee #edee7d

#7e7dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e7dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e7dee Color CSS Codes

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

#7e7dee Text Font Color

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

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


#7e7dee Background Color

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

This div background color is #7e7dee


#7e7dee Border Color

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

This div border color is #7e7dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e7dee


Comments

No comments written yet.

Please login to write comment.