Color Hex Logo

#65509a Color Hex

#65509A
(101,80,154)
0 Favorites   0 Comments

Color spaces of #65509a

RGB 10180154
HSL0.710.320.46
HSV257°48°60°
CMYK 0.340.480.00   0.40
XYZ14.068210.837131.9221
Yxy10.83710.24760.1907
Hunter Lab32.919818.6721-34.4494
CIE-Lab39.304726.1039-37.5109

#65509a color RGB value is (101,80,154).

#65509a hex color red value is 101, green value is 80 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #65509a hue: 0.71 , saturation: 0.32 and the lightness value of 65509a is 0.46.

The process color (four color CMYK) of #65509a color hex is 0.34, 0.48, 0.00, 0.40. Web safe color of #65509a is #666699. Color #65509a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010000 10011010
Octal 145 120 232
Decimal 101 80 154
Hex 65 50 9A

RGB Percentages of Color #65509a

%30.15
%23.88
%45.97

CMYK Percentages of Color #65509a

%34
%48
%0
%40

Triadic Colors of #65509a

#65509a #9a6550 #509a65

Analogous Colors of #65509a

#65509a #8a509a #50609a

Monochromatic Colors of #65509a

#65509a

Complementary Color

#65509a #859a50

#65509a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65509a Color Preview on White Background

Lorem ipsum dolor sit amet.

#65509a Color CSS Codes

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

#65509a Text Font Color

<p style="color:#65509a">Text here</p>

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


#65509a Background Color

<div style="background-color:#65509a">
Div content here</div>

This div background color is #65509a


#65509a Border Color

<div style="border:3px solid #65509a">
Div here</div>

This div border color is #65509a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,80,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65509a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65509a;
  -webkit-box-shadow: 1px 1px 3px 2px #65509a;
  box-shadow:         1px 1px 3px 2px #65509a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65509a


Comments

No comments written yet.

Please login to write comment.