Color Hex Logo

#653996 Color Hex

#653996
(101,57,150)
0 Favorites   0 Comments

Color spaces of #653996

RGB 10157150
HSL0.750.450.41
HSV268°62°59°
CMYK 0.330.620.00   0.41
XYZ12.33507.895029.7279
Yxy7.89500.24690.1580
Hunter Lab28.098029.1897-43.0606
CIE-Lab33.763238.6488-43.9485

#653996 color RGB value is (101,57,150).

#653996 hex color red value is 101, green value is 57 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #653996 hue: 0.75 , saturation: 0.45 and the lightness value of 653996 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111001 10010110
Octal 145 71 226
Decimal 101 57 150
Hex 65 39 96

RGB Percentages of Color #653996

%32.79
%18.51
%48.70

CMYK Percentages of Color #653996

%33
%62
%0
%41

Triadic Colors of #653996

#653996 #966539 #399665

Analogous Colors of #653996

#653996 #943996 #393c96

Monochromatic Colors of #653996

#653996

Complementary Color

#653996 #6a9639

#653996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653996 Color CSS Codes

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

#653996 Text Font Color

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

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


#653996 Background Color

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

This div background color is #653996


#653996 Border Color

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

This div border color is #653996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653996


Comments

No comments written yet.

Please login to write comment.