Color Hex Logo

#65499b Color Hex

#65499B
(101,73,155)
0 Favorites   0 Comments

Color spaces of #65499b

RGB 10173155
HSL0.720.360.45
HSV260°53°61°
CMYK 0.350.530.00   0.39
XYZ13.66589.898332.2007
Yxy9.89830.24510.1775
Hunter Lab31.461622.4764-38.6598
CIE-Lab37.659330.6502-40.7333

#65499b color RGB value is (101,73,155).

#65499b hex color red value is 101, green value is 73 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #65499b hue: 0.72 , saturation: 0.36 and the lightness value of 65499b is 0.45.

The process color (four color CMYK) of #65499b color hex is 0.35, 0.53, 0.00, 0.39. Web safe color of #65499b is #663399. Color #65499b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001001 10011011
Octal 145 111 233
Decimal 101 73 155
Hex 65 49 9B

RGB Percentages of Color #65499b

%30.70
%22.19
%47.11

CMYK Percentages of Color #65499b

%35
%53
%0
%39

Triadic Colors of #65499b

#65499b #9b6549 #499b65

Analogous Colors of #65499b

#65499b #8e499b #49569b

Monochromatic Colors of #65499b

#65499b

Complementary Color

#65499b #7f9b49

#65499b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65499b Color Preview on White Background

Lorem ipsum dolor sit amet.

#65499b Color CSS Codes

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

#65499b Text Font Color

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

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


#65499b Background Color

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

This div background color is #65499b


#65499b Border Color

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

This div border color is #65499b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65499b


Comments

No comments written yet.

Please login to write comment.