Color Hex Logo

#7e98ce Color Hex

#7E98CE
(126,152,206)
0 Favorites   0 Comments

Color spaces of #7e98ce

RGB 126152206
HSL0.610.450.65
HSV221°39°81°
CMYK 0.390.260.00   0.19
XYZ30.973031.348362.8109
Yxy31.34830.24750.2505
Hunter Lab55.98960.7631-27.3208
CIE-Lab62.80064.4162-30.6270

#7e98ce color RGB value is (126,152,206).

#7e98ce hex color red value is 126, green value is 152 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7e98ce hue: 0.61 , saturation: 0.45 and the lightness value of 7e98ce is 0.65.

The process color (four color CMYK) of #7e98ce color hex is 0.39, 0.26, 0.00, 0.19. Web safe color of #7e98ce is #6699cc. Color #7e98ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10011000 11001110
Octal 176 230 316
Decimal 126 152 206
Hex 7E 98 CE

RGB Percentages of Color #7e98ce

%26.03
%31.40
%42.56

CMYK Percentages of Color #7e98ce

%39
%26
%0
%19

Triadic Colors of #7e98ce

#7e98ce #ce7e98 #98ce7e

Analogous Colors of #7e98ce

#7e98ce #8c7ece #7ec0ce

Monochromatic Colors of #7e98ce

#7e98ce

Complementary Color

#7e98ce #ceb47e

#7e98ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e98ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e98ce Color CSS Codes

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

#7e98ce Text Font Color

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

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


#7e98ce Background Color

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

This div background color is #7e98ce


#7e98ce Border Color

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

This div border color is #7e98ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e98ce


Comments

No comments written yet.

Please login to write comment.