Color Hex Logo

#7e8aca Color Hex

#7E8ACA
(126,138,202)
0 Favorites   0 Comments

Color spaces of #7e8aca

RGB 126138202
HSL0.640.420.64
HSV231°38°79°
CMYK 0.380.320.00   0.21
XYZ28.353326.876859.5705
Yxy26.87680.24700.2341
Hunter Lab51.84286.8982-31.8377
CIE-Lab58.860111.4132-34.5071

#7e8aca color RGB value is (126,138,202).

#7e8aca hex color red value is 126, green value is 138 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7e8aca hue: 0.64 , saturation: 0.42 and the lightness value of 7e8aca is 0.64.

The process color (four color CMYK) of #7e8aca color hex is 0.38, 0.32, 0.00, 0.21. Web safe color of #7e8aca is #6699cc. Color #7e8aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001010 11001010
Octal 176 212 312
Decimal 126 138 202
Hex 7E 8A CA

RGB Percentages of Color #7e8aca

%27.04
%29.61
%43.35

CMYK Percentages of Color #7e8aca

%38
%32
%0
%21

Triadic Colors of #7e8aca

#7e8aca #ca7e8a #8aca7e

Analogous Colors of #7e8aca

#7e8aca #987eca #7eb0ca

Monochromatic Colors of #7e8aca

#7e8aca

Complementary Color

#7e8aca #cabe7e

#7e8aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8aca Color CSS Codes

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

#7e8aca Text Font Color

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

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


#7e8aca Background Color

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

This div background color is #7e8aca


#7e8aca Border Color

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

This div border color is #7e8aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8aca


Comments

No comments written yet.

Please login to write comment.