Color Hex Logo

#654996 Color Hex

#654996
(101,73,150)
0 Favorites   0 Comments

Color spaces of #654996

RGB 10173150
HSL0.730.350.44
HSV262°51°59°
CMYK 0.330.510.00   0.41
XYZ13.25449.733830.0344
Yxy9.73380.25000.1836
Hunter Lab31.199021.2345-35.2374
CIE-Lab37.360429.2833-38.1910

#654996 color RGB value is (101,73,150).

#654996 hex color red value is 101, green value is 73 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #654996 hue: 0.73 , saturation: 0.35 and the lightness value of 654996 is 0.44.

The process color (four color CMYK) of #654996 color hex is 0.33, 0.51, 0.00, 0.41. Web safe color of #654996 is #663399. Color #654996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001001 10010110
Octal 145 111 226
Decimal 101 73 150
Hex 65 49 96

RGB Percentages of Color #654996

%31.17
%22.53
%46.30

CMYK Percentages of Color #654996

%33
%51
%0
%41

Triadic Colors of #654996

#654996 #966549 #499665

Analogous Colors of #654996

#654996 #8c4996 #495396

Monochromatic Colors of #654996

#654996

Complementary Color

#654996 #7a9649

#654996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#654996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#654996 Color CSS Codes

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

#654996 Text Font Color

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

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


#654996 Background Color

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

This div background color is #654996


#654996 Border Color

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

This div border color is #654996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #654996


Comments

No comments written yet.

Please login to write comment.