Color Hex Logo

#650597 Color Hex

#650597
(101,5,151)
0 Favorites   0 Comments

Color spaces of #650597

RGB 1015151
HSL0.780.940.31
HSV279°97°59°
CMYK 0.330.970.00   0.41
XYZ11.00705.109629.6843
Yxy5.10960.24030.1116
Hunter Lab22.604447.3611-62.0370
CIE-Lab27.044858.1761-55.4687

#650597 color RGB value is (101,5,151).

#650597 hex color red value is 101, green value is 5 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #650597 hue: 0.78 , saturation: 0.94 and the lightness value of 650597 is 0.31.

The process color (four color CMYK) of #650597 color hex is 0.33, 0.97, 0.00, 0.41. Web safe color of #650597 is #660099. Color #650597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000101 10010111
Octal 145 5 227
Decimal 101 5 151
Hex 65 5 97

RGB Percentages of Color #650597

%39.30
%1.95
%58.75

CMYK Percentages of Color #650597

%33
%97
%0
%41

Triadic Colors of #650597

#650597 #976505 #059765

Analogous Colors of #650597

#650597 #970580 #1c0597

Monochromatic Colors of #650597

#650597

Complementary Color

#650597 #379705

#650597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#650597 Color CSS Codes

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

#650597 Text Font Color

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

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


#650597 Background Color

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

This div background color is #650597


#650597 Border Color

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

This div border color is #650597


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,5,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #650597; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #650597;
  -webkit-box-shadow: 1px 1px 3px 2px #650597;
  box-shadow:         1px 1px 3px 2px #650597; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650597


Comments

No comments written yet.

Please login to write comment.