Color Hex Logo

#7d8cbb Color Hex

#7D8CBB
(125,140,187)
0 Favorites   0 Comments

Color spaces of #7d8cbb

RGB 125140187
HSL0.630.310.61
HSV225°33°73°
CMYK 0.330.250.00   0.27
XYZ26.805226.704050.7553
Yxy26.70400.25710.2561
Hunter Lab51.67592.1582-22.0606
CIE-Lab58.69935.9116-26.2814

#7d8cbb color RGB value is (125,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10001100 10111011
Octal 175 214 273
Decimal 125 140 187
Hex 7D 8C BB

RGB Percentages of Color #7d8cbb

%27.65
%30.97
%41.37

CMYK Percentages of Color #7d8cbb

%33
%25
%0
%27

Triadic Colors of #7d8cbb

#7d8cbb #bb7d8c #8cbb7d

Analogous Colors of #7d8cbb

#7d8cbb #8d7dbb #7dabbb

Monochromatic Colors of #7d8cbb

#7d8cbb

Complementary Color

#7d8cbb #bbac7d

#7d8cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d8cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d8cbb Color CSS Codes

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

#7d8cbb Text Font Color

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

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


#7d8cbb Background Color

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

This div background color is #7d8cbb


#7d8cbb Border Color

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

This div border color is #7d8cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d8cbb


Comments

No comments written yet.

Please login to write comment.