Color Hex Logo

#7d8dbc Color Hex

#7D8DBC
(125,141,188)
0 Favorites   0 Comments

Color spaces of #7d8dbc

RGB 125141188
HSL0.620.320.61
HSV225°34°74°
CMYK 0.340.250.00   0.26
XYZ27.059427.040651.3701
Yxy27.04060.25660.2564
Hunter Lab52.00061.8846-22.1707
CIE-Lab59.01195.5977-26.3661

#7d8dbc color RGB value is (125,141,188).

#7d8dbc hex color red value is 125, green value is 141 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7d8dbc hue: 0.62 , saturation: 0.32 and the lightness value of 7d8dbc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10001101 10111100
Octal 175 215 274
Decimal 125 141 188
Hex 7D 8D BC

RGB Percentages of Color #7d8dbc

%27.53
%31.06
%41.41

CMYK Percentages of Color #7d8dbc

%34
%25
%0
%26

Triadic Colors of #7d8dbc

#7d8dbc #bc7d8d #8dbc7d

Analogous Colors of #7d8dbc

#7d8dbc #8d7dbc #7dadbc

Monochromatic Colors of #7d8dbc

#7d8dbc

Complementary Color

#7d8dbc #bcac7d

#7d8dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d8dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d8dbc Color CSS Codes

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

#7d8dbc Text Font Color

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

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


#7d8dbc Background Color

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

This div background color is #7d8dbc


#7d8dbc Border Color

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

This div border color is #7d8dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d8dbc


Comments

No comments written yet.

Please login to write comment.