Color Hex Logo

#73649b Color Hex

#73649B
(115,100,155)
0 Favorites   0 Comments

Color spaces of #73649b

RGB 115100155
HSL0.710.220.50
HSV256°35°61°
CMYK 0.260.350.00   0.39
XYZ17.543815.125733.0052
Yxy15.12570.26710.2303
Hunter Lab38.891812.4595-23.0918
CIE-Lab45.805918.2807-27.7881

#73649b color RGB value is (115,100,155).

#73649b hex color red value is 115, green value is 100 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #73649b hue: 0.71 , saturation: 0.22 and the lightness value of 73649b is 0.50.

The process color (four color CMYK) of #73649b color hex is 0.26, 0.35, 0.00, 0.39. Web safe color of #73649b is #666699. Color #73649b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100100 10011011
Octal 163 144 233
Decimal 115 100 155
Hex 73 64 9B

RGB Percentages of Color #73649b

%31.08
%27.03
%41.89

CMYK Percentages of Color #73649b

%26
%35
%0
%39

Triadic Colors of #73649b

#73649b #9b7364 #649b73

Analogous Colors of #73649b

#73649b #8f649b #64719b

Monochromatic Colors of #73649b

#73649b

Complementary Color

#73649b #8c9b64

#73649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73649b Color CSS Codes

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

#73649b Text Font Color

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

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


#73649b Background Color

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

This div background color is #73649b


#73649b Border Color

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

This div border color is #73649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73649b


Comments

No comments written yet.

Please login to write comment.