Color Hex Logo

#7e8cea Color Hex

#7E8CEA
(126,140,234)
0 Favorites   0 Comments

Color spaces of #7e8cea

RGB 126140234
HSL0.650.720.71
HSV232°46°92°
CMYK 0.460.400.00   0.08
XYZ32.833629.132381.7345
Yxy29.13230.22850.2027
Hunter Lab53.974314.1298-52.0021
CIE-Lab60.898219.3722-49.1825

#7e8cea color RGB value is (126,140,234).

#7e8cea hex color red value is 126, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7e8cea hue: 0.65 , saturation: 0.72 and the lightness value of 7e8cea is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001100 11101010
Octal 176 214 352
Decimal 126 140 234
Hex 7E 8C EA

RGB Percentages of Color #7e8cea

%25.20
%28.00
%46.80

CMYK Percentages of Color #7e8cea

%46
%40
%0
%8

Triadic Colors of #7e8cea

#7e8cea #ea7e8c #8cea7e

Analogous Colors of #7e8cea

#7e8cea #a67eea #7ec2ea

Monochromatic Colors of #7e8cea

#7e8cea

Complementary Color

#7e8cea #eadc7e

#7e8cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8cea Color CSS Codes

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

#7e8cea Text Font Color

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

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


#7e8cea Background Color

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

This div background color is #7e8cea


#7e8cea Border Color

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

This div border color is #7e8cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8cea


Comments

No comments written yet.

Please login to write comment.