Color Hex Logo

#654cdb Color Hex

#654CDB
(101,76,219)
0 Favorites   0 Comments

Color spaces of #654cdb

RGB 10176219
HSL0.700.670.58
HSV250°65°86°
CMYK 0.540.650.00   0.14
XYZ20.737513.050168.4438
Yxy13.05010.20280.1277
Hunter Lab36.124939.2493-87.0459
CIE-Lab42.838647.3918-69.8793

#654cdb color RGB value is (101,76,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001100 11011011
Octal 145 114 333
Decimal 101 76 219
Hex 65 4C DB

RGB Percentages of Color #654cdb

%25.51
%19.19
%55.30

CMYK Percentages of Color #654cdb

%54
%65
%0
%14

Triadic Colors of #654cdb

#654cdb #db654c #4cdb65

Analogous Colors of #654cdb

#654cdb #ad4cdb #4c7bdb

Monochromatic Colors of #654cdb

#654cdb

Complementary Color

#654cdb #c2db4c

#654cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#654cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#654cdb Color CSS Codes

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

#654cdb Text Font Color

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

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


#654cdb Background Color

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

This div background color is #654cdb


#654cdb Border Color

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

This div border color is #654cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #654cdb


Comments

No comments written yet.

Please login to write comment.