Color Hex Logo

#654984 Color Hex

#654984
(101,73,132)
0 Favorites   0 Comments

Color spaces of #654984

RGB 10173132
HSL0.750.290.40
HSV268°45°52°
CMYK 0.230.450.00   0.48
XYZ11.91429.197722.9772
Yxy9.19770.27020.2086
Hunter Lab30.327717.0500-23.6905
CIE-Lab36.362224.5345-28.7922

#654984 color RGB value is (101,73,132).

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

The process color (four color CMYK) of #654984 color hex is 0.23, 0.45, 0.00, 0.48. Web safe color of #654984 is #663399. Color #654984 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001001 10000100
Octal 145 111 204
Decimal 101 73 132
Hex 65 49 84

RGB Percentages of Color #654984

%33.01
%23.86
%43.14

CMYK Percentages of Color #654984

%23
%45
%0
%48

Triadic Colors of #654984

#654984 #846549 #498465

Analogous Colors of #654984

#654984 #834984 #494b84

Monochromatic Colors of #654984

#654984

Complementary Color

#654984 #688449

#654984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#654984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#654984 Color CSS Codes

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

#654984 Text Font Color

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

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


#654984 Background Color

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

This div background color is #654984


#654984 Border Color

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

This div border color is #654984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #654984


Comments

No comments written yet.

Please login to write comment.