Color Hex Logo

#654463 Color Hex

#654463
(101,68,99)
0 Favorites   0 Comments

Color spaces of #654463

RGB 1016899
HSL0.840.200.33
HSV304°33°40°
CMYK 0.000.330.02   0.60
XYZ9.68617.801812.7998
Yxy7.80180.31980.2576
Hunter Lab27.931713.0194-7.6177
CIE-Lab33.566719.8972-12.5143

#654463 color RGB value is (101,68,99).

#654463 hex color red value is 101, green value is 68 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #654463 hue: 0.84 , saturation: 0.20 and the lightness value of 654463 is 0.33.

The process color (four color CMYK) of #654463 color hex is 0.00, 0.33, 0.02, 0.60. Web safe color of #654463 is #663366. Color #654463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01000100 01100011
Octal 145 104 143
Decimal 101 68 99
Hex 65 44 63

RGB Percentages of Color #654463

%37.69
%25.37
%36.94

CMYK Percentages of Color #654463

%0
%33
%2
%60

Triadic Colors of #654463

#654463 #636544 #446365

Analogous Colors of #654463

#654463 #654453 #574465

Monochromatic Colors of #654463

#654463

Complementary Color

#654463 #446546

#654463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#654463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#654463 Color CSS Codes

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

#654463 Text Font Color

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

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


#654463 Background Color

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

This div background color is #654463


#654463 Border Color

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

This div border color is #654463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #654463


Comments

No comments written yet.

Please login to write comment.