Color Hex Logo

#7e8cbd Color Hex

#7E8CBD
(126,140,189)
2 Favorites   0 Comments

Color spaces of #7e8cbd

RGB 126140189
HSL0.630.320.62
HSV227°33°74°
CMYK 0.330.260.00   0.26
XYZ27.167626.865951.8979
Yxy26.86590.25650.2536
Hunter Lab51.83232.8531-23.0824
CIE-Lab58.85006.7333-27.1766

#7e8cbd color RGB value is (126,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10001100 10111101
Octal 176 214 275
Decimal 126 140 189
Hex 7E 8C BD

RGB Percentages of Color #7e8cbd

%27.69
%30.77
%41.54

CMYK Percentages of Color #7e8cbd

%33
%26
%0
%26

Triadic Colors of #7e8cbd

#7e8cbd #bd7e8c #8cbd7e

Analogous Colors of #7e8cbd

#7e8cbd #907ebd #7eacbd

Monochromatic Colors of #7e8cbd

#7e8cbd

Complementary Color

#7e8cbd #bdaf7e

#7e8cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8cbd Color CSS Codes

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

#7e8cbd Text Font Color

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

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


#7e8cbd Background Color

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

This div background color is #7e8cbd


#7e8cbd Border Color

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

This div border color is #7e8cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8cbd


Comments

No comments written yet.

Please login to write comment.