Color Hex Logo

#73848e Color Hex

#73848E
(115,132,142)
0 Favorites   0 Comments

Color spaces of #73848e

RGB 115132142
HSL0.560.110.50
HSV202°19°56°
CMYK 0.190.070.00   0.44
XYZ20.204022.100428.7921
Yxy22.10040.28420.3109
Hunter Lab47.0111-5.5552-3.4046
CIE-Lab54.1334-3.8961-7.4516

#73848e color RGB value is (115,132,142).

#73848e hex color red value is 115, green value is 132 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #73848e hue: 0.56 , saturation: 0.11 and the lightness value of 73848e is 0.50.

The process color (four color CMYK) of #73848e color hex is 0.19, 0.07, 0.00, 0.44. Web safe color of #73848e is #669999. Color #73848e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000100 10001110
Octal 163 204 216
Decimal 115 132 142
Hex 73 84 8E

RGB Percentages of Color #73848e

%29.56
%33.93
%36.50

CMYK Percentages of Color #73848e

%19
%7
%0
%44

Triadic Colors of #73848e

#73848e #8e7384 #848e73

Analogous Colors of #73848e

#73848e #73778e #738e8b

Monochromatic Colors of #73848e

#73848e

Complementary Color

#73848e #8e7d73

#73848e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73848e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73848e Color CSS Codes

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

#73848e Text Font Color

<p style="color:#73848e">Text here</p>

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


#73848e Background Color

<div style="background-color:#73848e">
Div content here</div>

This div background color is #73848e


#73848e Border Color

<div style="border:3px solid #73848e">
Div here</div>

This div border color is #73848e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,132,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73848e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73848e;
  -webkit-box-shadow: 1px 1px 3px 2px #73848e;
  box-shadow:         1px 1px 3px 2px #73848e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73848e


Comments

No comments written yet.

Please login to write comment.