Color Hex Logo

#654abd Color Hex

#654ABD
(101,74,189)
0 Favorites   0 Comments

Color spaces of #654abd

RGB 10174189
HSL0.710.470.52
HSV254°61°74°
CMYK 0.470.610.00   0.26
XYZ17.000911.338449.4366
Yxy11.33840.21860.1458
Hunter Lab33.672531.1958-63.4763
CIE-Lab40.144739.7150-56.9173

#654abd color RGB value is (101,74,189).

#654abd hex color red value is 101, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #654abd hue: 0.71 , saturation: 0.47 and the lightness value of 654abd is 0.52.

The process color (four color CMYK) of #654abd color hex is 0.47, 0.61, 0.00, 0.26. Web safe color of #654abd is #6633cc. Color #654abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001010 10111101
Octal 145 112 275
Decimal 101 74 189
Hex 65 4A BD

RGB Percentages of Color #654abd

%27.75
%20.33
%51.92

CMYK Percentages of Color #654abd

%47
%61
%0
%26

Triadic Colors of #654abd

#654abd #bd654a #4abd65

Analogous Colors of #654abd

#654abd #9f4abd #4a69bd

Monochromatic Colors of #654abd

#654abd

Complementary Color

#654abd #a2bd4a

#654abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#654abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#654abd Color CSS Codes

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

#654abd Text Font Color

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

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


#654abd Background Color

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

This div background color is #654abd


#654abd Border Color

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

This div border color is #654abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #654abd


Comments

No comments written yet.

Please login to write comment.