Color Hex Logo

#654dbd Color Hex

#654DBD
(101,77,189)
0 Favorites   0 Comments

Color spaces of #654dbd

RGB 10177189
HSL0.700.460.52
HSV253°59°74°
CMYK 0.470.590.00   0.26
XYZ17.206011.748649.5050
Yxy11.74860.21930.1497
Hunter Lab34.276229.6201-61.6389
CIE-Lab40.813737.9595-55.8347

#654dbd color RGB value is (101,77,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001101 10111101
Octal 145 115 275
Decimal 101 77 189
Hex 65 4D BD

RGB Percentages of Color #654dbd

%27.52
%20.98
%51.50

CMYK Percentages of Color #654dbd

%47
%59
%0
%26

Triadic Colors of #654dbd

#654dbd #bd654d #4dbd65

Analogous Colors of #654dbd

#654dbd #9d4dbd #4d6dbd

Monochromatic Colors of #654dbd

#654dbd

Complementary Color

#654dbd #a5bd4d

#654dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#654dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#654dbd Color CSS Codes

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

#654dbd Text Font Color

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

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


#654dbd Background Color

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

This div background color is #654dbd


#654dbd Border Color

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

This div border color is #654dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,77,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 #654dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #654dbd


Comments

No comments written yet.

Please login to write comment.