Color Hex Logo

#655deb Color Hex

#655DEB
(101,93,235)
0 Favorites   0 Comments

Color spaces of #655deb

RGB 10193235
HSL0.680.780.64
HSV243°60°92°
CMYK 0.570.600.00   0.08
XYZ24.276616.593680.5206
Yxy16.59360.20000.1367
Hunter Lab40.735235.0923-88.6828
CIE-Lab47.743842.4810-70.9581

#655deb color RGB value is (101,93,235).

#655deb hex color red value is 101, green value is 93 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #655deb hue: 0.68 , saturation: 0.78 and the lightness value of 655deb is 0.64.

The process color (four color CMYK) of #655deb color hex is 0.57, 0.60, 0.00, 0.08. Web safe color of #655deb is #6666ff. Color #655deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011101 11101011
Octal 145 135 353
Decimal 101 93 235
Hex 65 5D EB

RGB Percentages of Color #655deb

%23.54
%21.68
%54.78

CMYK Percentages of Color #655deb

%57
%60
%0
%8

Triadic Colors of #655deb

#655deb #eb655d #5deb65

Analogous Colors of #655deb

#655deb #ac5deb #5d9ceb

Monochromatic Colors of #655deb

#655deb

Complementary Color

#655deb #e3eb5d

#655deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#655deb Color CSS Codes

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

#655deb Text Font Color

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

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


#655deb Background Color

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

This div background color is #655deb


#655deb Border Color

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

This div border color is #655deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655deb


Comments

No comments written yet.

Please login to write comment.