Color Hex Logo

#73586b Color Hex

#73586B
(115,88,107)
1 Favorites   0 Comments

Color spaces of #73586b

RGB 11588107
HSL0.880.130.40
HSV318°23°45°
CMYK 0.000.230.07   0.55
XYZ13.213811.685815.4691
Yxy11.68580.32730.2895
Hunter Lab34.18459.1752-2.9006
CIE-Lab40.712314.5702-6.5795

#73586b color RGB value is (115,88,107).

#73586b hex color red value is 115, green value is 88 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #73586b hue: 0.88 , saturation: 0.13 and the lightness value of 73586b is 0.40.

The process color (four color CMYK) of #73586b color hex is 0.00, 0.23, 0.07, 0.55. Web safe color of #73586b is #666666. Color #73586b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011000 01101011
Octal 163 130 153
Decimal 115 88 107
Hex 73 58 6B

RGB Percentages of Color #73586b

%37.10
%28.39
%34.52

CMYK Percentages of Color #73586b

%0
%23
%7
%55

Triadic Colors of #73586b

#73586b #6b7358 #586b73

Analogous Colors of #73586b

#73586b #73585e #6e5873

Monochromatic Colors of #73586b

#73586b

Complementary Color

#73586b #587360

#73586b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73586b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73586b Color CSS Codes

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

#73586b Text Font Color

<p style="color:#73586b">Text here</p>

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


#73586b Background Color

<div style="background-color:#73586b">
Div content here</div>

This div background color is #73586b


#73586b Border Color

<div style="border:3px solid #73586b">
Div here</div>

This div border color is #73586b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,88,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73586b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73586b;
  -webkit-box-shadow: 1px 1px 3px 2px #73586b;
  box-shadow:         1px 1px 3px 2px #73586b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73586b


Comments

No comments written yet.

Please login to write comment.