Color Hex Logo

#655acd Color Hex

#655ACD
(101,90,205)
0 Favorites   0 Comments

Color spaces of #655acd

RGB 10190205
HSL0.680.530.58
HSV246°56°80°
CMYK 0.510.560.00   0.20
XYZ20.042414.486859.4975
Yxy14.48680.21320.1541
Hunter Lab38.061527.3867-66.0386
CIE-Lab44.923135.0055-58.4696

#655acd color RGB value is (101,90,205).

#655acd hex color red value is 101, green value is 90 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #655acd hue: 0.68 , saturation: 0.53 and the lightness value of 655acd is 0.58.

The process color (four color CMYK) of #655acd color hex is 0.51, 0.56, 0.00, 0.20. Web safe color of #655acd is #6666cc. Color #655acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011010 11001101
Octal 145 132 315
Decimal 101 90 205
Hex 65 5A CD

RGB Percentages of Color #655acd

%25.51
%22.73
%51.77

CMYK Percentages of Color #655acd

%51
%56
%0
%20

Triadic Colors of #655acd

#655acd #cd655a #5acd65

Analogous Colors of #655acd

#655acd #9f5acd #5a89cd

Monochromatic Colors of #655acd

#655acd

Complementary Color

#655acd #c2cd5a

#655acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#655acd Color CSS Codes

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

#655acd Text Font Color

<p style="color:#655acd">Text here</p>

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


#655acd Background Color

<div style="background-color:#655acd">
Div content here</div>

This div background color is #655acd


#655acd Border Color

<div style="border:3px solid #655acd">
Div here</div>

This div border color is #655acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655acd


Comments

No comments written yet.

Please login to write comment.