Color Hex Logo

#7d85aa Color Hex

#7D85AA
(125,133,170)
0 Favorites   0 Comments

Color spaces of #7d85aa

RGB 125133170
HSL0.640.210.58
HSV229°26°67°
CMYK 0.260.220.00   0.33
XYZ24.100724.037341.3996
Yxy24.03730.26920.2685
Hunter Lab49.02781.9468-15.7456
CIE-Lab56.12515.5867-20.5375

#7d85aa color RGB value is (125,133,170).

#7d85aa hex color red value is 125, green value is 133 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7d85aa hue: 0.64 , saturation: 0.21 and the lightness value of 7d85aa is 0.58.

The process color (four color CMYK) of #7d85aa color hex is 0.26, 0.22, 0.00, 0.33. Web safe color of #7d85aa is #669999. Color #7d85aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10000101 10101010
Octal 175 205 252
Decimal 125 133 170
Hex 7D 85 AA

RGB Percentages of Color #7d85aa

%29.21
%31.07
%39.72

CMYK Percentages of Color #7d85aa

%26
%22
%0
%33

Triadic Colors of #7d85aa

#7d85aa #aa7d85 #85aa7d

Analogous Colors of #7d85aa

#7d85aa #8c7daa #7d9caa

Monochromatic Colors of #7d85aa

#7d85aa

Complementary Color

#7d85aa #aaa27d

#7d85aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d85aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d85aa Color CSS Codes

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

#7d85aa Text Font Color

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

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


#7d85aa Background Color

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

This div background color is #7d85aa


#7d85aa Border Color

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

This div border color is #7d85aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d85aa


Comments

No comments written yet.

Please login to write comment.