Color Hex Logo

#654ddb Color Hex

#654DDB
(101,77,219)
0 Favorites   0 Comments

Color spaces of #654ddb

RGB 10177219
HSL0.690.660.58
HSV250°65°86°
CMYK 0.540.650.00   0.14
XYZ20.806913.188968.4669
Yxy13.18890.20310.1287
Hunter Lab36.316538.7144-86.3568
CIE-Lab43.046546.8312-69.5402

#654ddb color RGB value is (101,77,219).

#654ddb hex color red value is 101, green value is 77 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #654ddb hue: 0.69 , saturation: 0.66 and the lightness value of 654ddb is 0.58.

The process color (four color CMYK) of #654ddb color hex is 0.54, 0.65, 0.00, 0.14. Web safe color of #654ddb is #6666cc. Color #654ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001101 11011011
Octal 145 115 333
Decimal 101 77 219
Hex 65 4D DB

RGB Percentages of Color #654ddb

%25.44
%19.40
%55.16

CMYK Percentages of Color #654ddb

%54
%65
%0
%14

Triadic Colors of #654ddb

#654ddb #db654d #4ddb65

Analogous Colors of #654ddb

#654ddb #ac4ddb #4d7cdb

Monochromatic Colors of #654ddb

#654ddb

Complementary Color

#654ddb #c3db4d

#654ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#654ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#654ddb Color CSS Codes

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

#654ddb Text Font Color

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

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


#654ddb Background Color

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

This div background color is #654ddb


#654ddb Border Color

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

This div border color is #654ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #654ddb


Comments

No comments written yet.

Please login to write comment.