Color Hex Logo

#654687 Color Hex

#654687
(101,70,135)
0 Favorites   0 Comments

Color spaces of #654687

RGB 10170135
HSL0.750.320.40
HSV269°48°53°
CMYK 0.250.480.00   0.47
XYZ11.93028.896324.0100
Yxy8.89630.26610.1984
Hunter Lab29.826719.2005-26.8489
CIE-Lab35.783927.1392-31.5473

#654687 color RGB value is (101,70,135).

#654687 hex color red value is 101, green value is 70 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #654687 hue: 0.75 , saturation: 0.32 and the lightness value of 654687 is 0.40.

The process color (four color CMYK) of #654687 color hex is 0.25, 0.48, 0.00, 0.47. Web safe color of #654687 is #663399. Color #654687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01000110 10000111
Octal 145 106 207
Decimal 101 70 135
Hex 65 46 87

RGB Percentages of Color #654687

%33.01
%22.88
%44.12

CMYK Percentages of Color #654687

%25
%48
%0
%47

Triadic Colors of #654687

#654687 #876546 #468765

Analogous Colors of #654687

#654687 #864687 #464887

Monochromatic Colors of #654687

#654687

Complementary Color

#654687 #688746

#654687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#654687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#654687 Color CSS Codes

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

#654687 Text Font Color

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

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


#654687 Background Color

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

This div background color is #654687


#654687 Border Color

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

This div border color is #654687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #654687


Comments

No comments written yet.

Please login to write comment.