Color Hex Logo

#73758d Color Hex

#73758D
(115,117,141)
0 Favorites   0 Comments

Color spaces of #73758d

RGB 115117141
HSL0.650.100.50
HSV235°18°55°
CMYK 0.180.170.00   0.45
XYZ18.239218.290527.7684
Yxy18.29050.28370.2845
Hunter Lab42.76741.2827-8.5592
CIE-Lab49.84664.5767-13.3029

#73758d color RGB value is (115,117,141).

#73758d hex color red value is 115, green value is 117 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #73758d hue: 0.65 , saturation: 0.10 and the lightness value of 73758d is 0.50.

The process color (four color CMYK) of #73758d color hex is 0.18, 0.17, 0.00, 0.45. Web safe color of #73758d is #666699. Color #73758d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110101 10001101
Octal 163 165 215
Decimal 115 117 141
Hex 73 75 8D

RGB Percentages of Color #73758d

%30.83
%31.37
%37.80

CMYK Percentages of Color #73758d

%18
%17
%0
%45

Triadic Colors of #73758d

#73758d #8d7375 #758d73

Analogous Colors of #73758d

#73758d #7e738d #73828d

Monochromatic Colors of #73758d

#73758d

Complementary Color

#73758d #8d8b73

#73758d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73758d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73758d Color CSS Codes

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

#73758d Text Font Color

<p style="color:#73758d">Text here</p>

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


#73758d Background Color

<div style="background-color:#73758d">
Div content here</div>

This div background color is #73758d


#73758d Border Color

<div style="border:3px solid #73758d">
Div here</div>

This div border color is #73758d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,117,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73758d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73758d;
  -webkit-box-shadow: 1px 1px 3px 2px #73758d;
  box-shadow:         1px 1px 3px 2px #73758d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73758d


Comments

No comments written yet.

Please login to write comment.