Color Hex Logo

#654ccd Color Hex

#654CCD
(101,76,205)
0 Favorites   0 Comments

Color spaces of #654ccd

RGB 10176205
HSL0.700.560.55
HSV252°63°80°
CMYK 0.510.630.00   0.20
XYZ18.970712.343459.1402
Yxy12.34340.20970.1365
Hunter Lab35.133234.9008-75.2105
CIE-Lab41.756843.2516-63.6008

#654ccd color RGB value is (101,76,205).

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

The process color (four color CMYK) of #654ccd color hex is 0.51, 0.63, 0.00, 0.20. Web safe color of #654ccd is #6633cc. Color #654ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01001100 11001101
Octal 145 114 315
Decimal 101 76 205
Hex 65 4C CD

RGB Percentages of Color #654ccd

%26.44
%19.90
%53.66

CMYK Percentages of Color #654ccd

%51
%63
%0
%20

Triadic Colors of #654ccd

#654ccd #cd654c #4ccd65

Analogous Colors of #654ccd

#654ccd #a64ccd #4c74cd

Monochromatic Colors of #654ccd

#654ccd

Complementary Color

#654ccd #b4cd4c

#654ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#654ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#654ccd Color CSS Codes

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

#654ccd Text Font Color

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

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


#654ccd Background Color

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

This div background color is #654ccd


#654ccd Border Color

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

This div border color is #654ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #654ccd


Comments

No comments written yet.

Please login to write comment.