Color Hex Logo

#7d8398 Color Hex

#7D8398
(125,131,152)
0 Favorites   0 Comments

Color spaces of #7d8398

RGB 125131152
HSL0.630.120.54
HSV227°18°60°
CMYK 0.180.140.00   0.40
XYZ22.241222.859632.9459
Yxy22.85960.28500.2929
Hunter Lab47.8117-0.6353-7.3871
CIE-Lab54.92742.3913-11.9807

#7d8398 color RGB value is (125,131,152).

#7d8398 hex color red value is 125, green value is 131 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #7d8398 hue: 0.63 , saturation: 0.12 and the lightness value of 7d8398 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10000011 10011000
Octal 175 203 230
Decimal 125 131 152
Hex 7D 83 98

RGB Percentages of Color #7d8398

%30.64
%32.11
%37.25

CMYK Percentages of Color #7d8398

%18
%14
%0
%40

Triadic Colors of #7d8398

#7d8398 #987d83 #83987d

Analogous Colors of #7d8398

#7d8398 #857d98 #7d9198

Monochromatic Colors of #7d8398

#7d8398

Complementary Color

#7d8398 #98927d

#7d8398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d8398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d8398 Color CSS Codes

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

#7d8398 Text Font Color

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

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


#7d8398 Background Color

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

This div background color is #7d8398


#7d8398 Border Color

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

This div border color is #7d8398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d8398


Comments

No comments written yet.

Please login to write comment.