Color Hex Logo

#654d99 Color Hex

#654D99
(101,77,153)
0 Favorites   0 Comments

Color spaces of #654d99

RGB 10177153
HSL0.720.330.45
HSV259°50°60°
CMYK 0.340.500.00   0.40
XYZ13.770510.374431.4137
Yxy10.37440.24790.1867
Hunter Lab32.209319.9481-35.2789
CIE-Lab38.506227.6671-38.1787

#654d99 color RGB value is (101,77,153).

#654d99 hex color red value is 101, green value is 77 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #654d99 hue: 0.72 , saturation: 0.33 and the lightness value of 654d99 is 0.45.

The process color (four color CMYK) of #654d99 color hex is 0.34, 0.50, 0.00, 0.40. Web safe color of #654d99 is #666699. Color #654d99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001101 10011001
Octal 145 115 231
Decimal 101 77 153
Hex 65 4D 99

RGB Percentages of Color #654d99

%30.51
%23.26
%46.22

CMYK Percentages of Color #654d99

%34
%50
%0
%40

Triadic Colors of #654d99

#654d99 #99654d #4d9965

Analogous Colors of #654d99

#654d99 #8b4d99 #4d5b99

Monochromatic Colors of #654d99

#654d99

Complementary Color

#654d99 #81994d

#654d99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#654d99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#654d99 Color CSS Codes

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

#654d99 Text Font Color

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

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


#654d99 Background Color

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

This div background color is #654d99


#654d99 Border Color

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

This div border color is #654d99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,77,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #654d99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #654d99;
  -webkit-box-shadow: 1px 1px 3px 2px #654d99;
  box-shadow:         1px 1px 3px 2px #654d99; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #654d99


Comments

No comments written yet.

Please login to write comment.