Color Hex Logo

#7d8299 Color Hex

#7D8299
(125,130,153)
0 Favorites   0 Comments

Color spaces of #7d8299

RGB 125130153
HSL0.640.120.55
HSV229°18°60°
CMYK 0.180.150.00   0.40
XYZ22.189822.625133.3346
Yxy22.62510.28390.2895
Hunter Lab47.56580.0313-8.2549
CIE-Lab54.68413.2027-12.9263

#7d8299 color RGB value is (125,130,153).

#7d8299 hex color red value is 125, green value is 130 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #7d8299 hue: 0.64 , saturation: 0.12 and the lightness value of 7d8299 is 0.55.

The process color (four color CMYK) of #7d8299 color hex is 0.18, 0.15, 0.00, 0.40. Web safe color of #7d8299 is #669999. Color #7d8299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10000010 10011001
Octal 175 202 231
Decimal 125 130 153
Hex 7D 82 99

RGB Percentages of Color #7d8299

%30.64
%31.86
%37.50

CMYK Percentages of Color #7d8299

%18
%15
%0
%40

Triadic Colors of #7d8299

#7d8299 #997d82 #82997d

Analogous Colors of #7d8299

#7d8299 #867d99 #7d9099

Monochromatic Colors of #7d8299

#7d8299

Complementary Color

#7d8299 #99947d

#7d8299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d8299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d8299 Color CSS Codes

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

#7d8299 Text Font Color

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

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


#7d8299 Background Color

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

This div background color is #7d8299


#7d8299 Border Color

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

This div border color is #7d8299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d8299


Comments

No comments written yet.

Please login to write comment.