Color Hex Logo

#654eb1 Color Hex

#654EB1
(101,78,177)
0 Favorites   0 Comments

Color spaces of #654eb1

RGB 10178177
HSL0.710.390.50
HSV254°56°69°
CMYK 0.430.560.00   0.31
XYZ16.027011.389842.9487
Yxy11.38980.22780.1619
Hunter Lab33.748825.7077-51.8283
CIE-Lab40.229433.8643-49.7291

#654eb1 color RGB value is (101,78,177).

#654eb1 hex color red value is 101, green value is 78 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #654eb1 hue: 0.71 , saturation: 0.39 and the lightness value of 654eb1 is 0.50.

The process color (four color CMYK) of #654eb1 color hex is 0.43, 0.56, 0.00, 0.31. Web safe color of #654eb1 is #666699. Color #654eb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001110 10110001
Octal 145 116 261
Decimal 101 78 177
Hex 65 4E B1

RGB Percentages of Color #654eb1

%28.37
%21.91
%49.72

CMYK Percentages of Color #654eb1

%43
%56
%0
%31

Triadic Colors of #654eb1

#654eb1 #b1654e #4eb165

Analogous Colors of #654eb1

#654eb1 #974eb1 #4e69b1

Monochromatic Colors of #654eb1

#654eb1

Complementary Color

#654eb1 #9ab14e

#654eb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#654eb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#654eb1 Color CSS Codes

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

#654eb1 Text Font Color

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

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


#654eb1 Background Color

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

This div background color is #654eb1


#654eb1 Border Color

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

This div border color is #654eb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #654eb1


Comments

No comments written yet.

Please login to write comment.