Color Hex Logo

#7e8dec Color Hex

#7E8DEC
(126,141,236)
0 Favorites   0 Comments

Color spaces of #7e8dec

RGB 126141236
HSL0.640.740.71
HSV232°47°93°
CMYK 0.470.400.00   0.07
XYZ33.269429.541583.3055
Yxy29.54150.22770.2022
Hunter Lab54.352114.1453-52.8274
CIE-Lab61.256619.3728-49.7218

#7e8dec color RGB value is (126,141,236).

#7e8dec hex color red value is 126, green value is 141 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7e8dec hue: 0.64 , saturation: 0.74 and the lightness value of 7e8dec is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001101 11101100
Octal 176 215 354
Decimal 126 141 236
Hex 7E 8D EC

RGB Percentages of Color #7e8dec

%25.05
%28.03
%46.92

CMYK Percentages of Color #7e8dec

%47
%40
%0
%7

Triadic Colors of #7e8dec

#7e8dec #ec7e8d #8dec7e

Analogous Colors of #7e8dec

#7e8dec #a67eec #7ec4ec

Monochromatic Colors of #7e8dec

#7e8dec

Complementary Color

#7e8dec #ecdd7e

#7e8dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8dec Color CSS Codes

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

#7e8dec Text Font Color

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

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


#7e8dec Background Color

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

This div background color is #7e8dec


#7e8dec Border Color

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

This div border color is #7e8dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8dec


Comments

No comments written yet.

Please login to write comment.