Color Hex Logo

#7e8edd Color Hex

#7E8EDD
(126,142,221)
0 Favorites   0 Comments

Color spaces of #7e8edd

RGB 126142221
HSL0.640.580.68
HSV230°43°87°
CMYK 0.430.360.00   0.13
XYZ31.328329.002172.3534
Yxy29.00210.23610.2186
Hunter Lab53.85369.5952-41.9598
CIE-Lab60.783514.4212-42.1418

#7e8edd color RGB value is (126,142,221).

#7e8edd hex color red value is 126, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7e8edd hue: 0.64 , saturation: 0.58 and the lightness value of 7e8edd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001110 11011101
Octal 176 216 335
Decimal 126 142 221
Hex 7E 8E DD

RGB Percentages of Color #7e8edd

%25.77
%29.04
%45.19

CMYK Percentages of Color #7e8edd

%43
%36
%0
%13

Triadic Colors of #7e8edd

#7e8edd #dd7e8e #8edd7e

Analogous Colors of #7e8edd

#7e8edd #9e7edd #7ebedd

Monochromatic Colors of #7e8edd

#7e8edd

Complementary Color

#7e8edd #ddcd7e

#7e8edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8edd Color CSS Codes

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

#7e8edd Text Font Color

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

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


#7e8edd Background Color

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

This div background color is #7e8edd


#7e8edd Border Color

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

This div border color is #7e8edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8edd


Comments

No comments written yet.

Please login to write comment.