Color Hex Logo

#7d8ead Color Hex

#7D8EAD
(125,142,173)
0 Favorites   0 Comments

Color spaces of #7d8ead

RGB 125142173
HSL0.610.230.58
HSV219°28°68°
CMYK 0.280.180.00   0.32
XYZ25.673326.723143.3401
Yxy26.72310.26820.2791
Hunter Lab51.6944-1.8156-13.5221
CIE-Lab58.71711.1531-18.2979

#7d8ead color RGB value is (125,142,173).

#7d8ead hex color red value is 125, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7d8ead hue: 0.61 , saturation: 0.23 and the lightness value of 7d8ead is 0.58.

The process color (four color CMYK) of #7d8ead color hex is 0.28, 0.18, 0.00, 0.32. Web safe color of #7d8ead is #669999. Color #7d8ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10001110 10101101
Octal 175 216 255
Decimal 125 142 173
Hex 7D 8E AD

RGB Percentages of Color #7d8ead

%28.41
%32.27
%39.32

CMYK Percentages of Color #7d8ead

%28
%18
%0
%32

Triadic Colors of #7d8ead

#7d8ead #ad7d8e #8ead7d

Analogous Colors of #7d8ead

#7d8ead #847dad #7da6ad

Monochromatic Colors of #7d8ead

#7d8ead

Complementary Color

#7d8ead #ad9c7d

#7d8ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d8ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d8ead Color CSS Codes

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

#7d8ead Text Font Color

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

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


#7d8ead Background Color

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

This div background color is #7d8ead


#7d8ead Border Color

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

This div border color is #7d8ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d8ead


Comments

No comments written yet.

Please login to write comment.