Color Hex Logo

#655ebe Color Hex

#655EBE
(101,94,190)
0 Favorites   0 Comments

Color spaces of #655ebe

RGB 10194190
HSL0.680.420.56
HSV244°51°75°
CMYK 0.470.510.00   0.25
XYZ18.663814.489850.5283
Yxy14.48980.22300.1732
Hunter Lab38.065520.9054-52.0560
CIE-Lab44.927328.0011-49.7947

#655ebe color RGB value is (101,94,190).

#655ebe hex color red value is 101, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #655ebe hue: 0.68 , saturation: 0.42 and the lightness value of 655ebe is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011110 10111110
Octal 145 136 276
Decimal 101 94 190
Hex 65 5E BE

RGB Percentages of Color #655ebe

%26.23
%24.42
%49.35

CMYK Percentages of Color #655ebe

%47
%51
%0
%25

Triadic Colors of #655ebe

#655ebe #be655e #5ebe65

Analogous Colors of #655ebe

#655ebe #955ebe #5e87be

Monochromatic Colors of #655ebe

#655ebe

Complementary Color

#655ebe #b7be5e

#655ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#655ebe Color CSS Codes

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

#655ebe Text Font Color

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

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


#655ebe Background Color

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

This div background color is #655ebe


#655ebe Border Color

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

This div border color is #655ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655ebe


Comments

No comments written yet.

Please login to write comment.