Color Hex Logo

#7e8cb8 Color Hex

#7E8CB8
(126,140,184)
0 Favorites   0 Comments

Color spaces of #7e8cb8

RGB 126140184
HSL0.630.290.61
HSV226°32°72°
CMYK 0.320.240.00   0.28
XYZ26.634026.652549.0881
Yxy26.65250.26020.2603
Hunter Lab51.62611.7429-20.2370
CIE-Lab58.65135.4192-24.6473

#7e8cb8 color RGB value is (126,140,184).

#7e8cb8 hex color red value is 126, green value is 140 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #7e8cb8 hue: 0.63 , saturation: 0.29 and the lightness value of 7e8cb8 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001100 10111000
Octal 176 214 270
Decimal 126 140 184
Hex 7E 8C B8

RGB Percentages of Color #7e8cb8

%28.00
%31.11
%40.89

CMYK Percentages of Color #7e8cb8

%32
%24
%0
%28

Triadic Colors of #7e8cb8

#7e8cb8 #b87e8c #8cb87e

Analogous Colors of #7e8cb8

#7e8cb8 #8d7eb8 #7ea9b8

Monochromatic Colors of #7e8cb8

#7e8cb8

Complementary Color

#7e8cb8 #b8aa7e

#7e8cb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8cb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8cb8 Color CSS Codes

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

#7e8cb8 Text Font Color

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

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


#7e8cb8 Background Color

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

This div background color is #7e8cb8


#7e8cb8 Border Color

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

This div border color is #7e8cb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8cb8

#7e8cb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.