Color Hex Logo

#7e8fbe Color Hex

#7E8FBE
(126,143,190)
0 Favorites   0 Comments

Color spaces of #7e8fbe

RGB 126143190
HSL0.620.330.62
HSV224°34°75°
CMYK 0.340.250.00   0.25
XYZ27.720927.798252.6197
Yxy27.79820.25630.2571
Hunter Lab52.72401.5836-22.2659
CIE-Lab59.70605.2646-26.4218

#7e8fbe color RGB value is (126,143,190).

#7e8fbe hex color red value is 126, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7e8fbe hue: 0.62 , saturation: 0.33 and the lightness value of 7e8fbe is 0.62.

The process color (four color CMYK) of #7e8fbe color hex is 0.34, 0.25, 0.00, 0.25. Web safe color of #7e8fbe is #6699cc. Color #7e8fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001111 10111110
Octal 176 217 276
Decimal 126 143 190
Hex 7E 8F BE

RGB Percentages of Color #7e8fbe

%27.45
%31.15
%41.39

CMYK Percentages of Color #7e8fbe

%34
%25
%0
%25

Triadic Colors of #7e8fbe

#7e8fbe #be7e8f #8fbe7e

Analogous Colors of #7e8fbe

#7e8fbe #8d7ebe #7eafbe

Monochromatic Colors of #7e8fbe

#7e8fbe

Complementary Color

#7e8fbe #bead7e

#7e8fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8fbe Color CSS Codes

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

#7e8fbe Text Font Color

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

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


#7e8fbe Background Color

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

This div background color is #7e8fbe


#7e8fbe Border Color

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

This div border color is #7e8fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8fbe


Comments

No comments written yet.

Please login to write comment.