Color Hex Logo

#65498d Color Hex

#65498D
(101,73,141)
0 Favorites   0 Comments

Color spaces of #65498d

RGB 10173141
HSL0.740.320.42
HSV265°48°55°
CMYK 0.280.480.00   0.45
XYZ12.55719.454926.3624
Yxy9.45490.25960.1955
Hunter Lab30.748819.0848-29.3079
CIE-Lab36.845826.8723-33.5402

#65498d color RGB value is (101,73,141).

#65498d hex color red value is 101, green value is 73 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #65498d hue: 0.74 , saturation: 0.32 and the lightness value of 65498d is 0.42.

The process color (four color CMYK) of #65498d color hex is 0.28, 0.48, 0.00, 0.45. Web safe color of #65498d is #663399. Color #65498d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001001 10001101
Octal 145 111 215
Decimal 101 73 141
Hex 65 49 8D

RGB Percentages of Color #65498d

%32.06
%23.17
%44.76

CMYK Percentages of Color #65498d

%28
%48
%0
%45

Triadic Colors of #65498d

#65498d #8d6549 #498d65

Analogous Colors of #65498d

#65498d #87498d #494f8d

Monochromatic Colors of #65498d

#65498d

Complementary Color

#65498d #718d49

#65498d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65498d Color Preview on White Background

Lorem ipsum dolor sit amet.

#65498d Color CSS Codes

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

#65498d Text Font Color

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

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


#65498d Background Color

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

This div background color is #65498d


#65498d Border Color

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

This div border color is #65498d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,73,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 #65498d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65498d


Comments

No comments written yet.

Please login to write comment.