Color Hex Logo

#65489c Color Hex

#65489C
(101,72,156)
0 Favorites   0 Comments

Color spaces of #65489c

RGB 10172156
HSL0.720.370.45
HSV261°54°61°
CMYK 0.350.540.00   0.39
XYZ13.68499.801732.6231
Yxy9.80170.24390.1747
Hunter Lab31.307723.2358-39.8658
CIE-Lab37.484231.5271-41.6154

#65489c color RGB value is (101,72,156).

#65489c hex color red value is 101, green value is 72 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #65489c hue: 0.72 , saturation: 0.37 and the lightness value of 65489c is 0.45.

The process color (four color CMYK) of #65489c color hex is 0.35, 0.54, 0.00, 0.39. Web safe color of #65489c is #663399. Color #65489c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001000 10011100
Octal 145 110 234
Decimal 101 72 156
Hex 65 48 9C

RGB Percentages of Color #65489c

%30.70
%21.88
%47.42

CMYK Percentages of Color #65489c

%35
%54
%0
%39

Triadic Colors of #65489c

#65489c #9c6548 #489c65

Analogous Colors of #65489c

#65489c #8f489c #48559c

Monochromatic Colors of #65489c

#65489c

Complementary Color

#65489c #7f9c48

#65489c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65489c Color Preview on White Background

Lorem ipsum dolor sit amet.

#65489c Color CSS Codes

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

#65489c Text Font Color

<p style="color:#65489c">Text here</p>

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


#65489c Background Color

<div style="background-color:#65489c">
Div content here</div>

This div background color is #65489c


#65489c Border Color

<div style="border:3px solid #65489c">
Div here</div>

This div border color is #65489c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,72,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65489c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65489c;
  -webkit-box-shadow: 1px 1px 3px 2px #65489c;
  box-shadow:         1px 1px 3px 2px #65489c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,72,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65489c


Comments

No comments written yet.

Please login to write comment.