Color Hex Logo

#655bbe Color Hex

#655BBE
(101,91,190)
0 Favorites   0 Comments

Color spaces of #655bbe

RGB 10191190
HSL0.680.430.55
HSV246°52°75°
CMYK 0.470.520.00   0.25
XYZ18.402213.966650.4411
Yxy13.96660.22220.1687
Hunter Lab37.371922.4938-53.8637
CIE-Lab44.185029.8366-50.9854

#655bbe color RGB value is (101,91,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011011 10111110
Octal 145 133 276
Decimal 101 91 190
Hex 65 5B BE

RGB Percentages of Color #655bbe

%26.44
%23.82
%49.74

CMYK Percentages of Color #655bbe

%47
%52
%0
%25

Triadic Colors of #655bbe

#655bbe #be655b #5bbe65

Analogous Colors of #655bbe

#655bbe #975bbe #5b83be

Monochromatic Colors of #655bbe

#655bbe

Complementary Color

#655bbe #b4be5b

#655bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#655bbe Color CSS Codes

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

#655bbe Text Font Color

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

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


#655bbe Background Color

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

This div background color is #655bbe


#655bbe Border Color

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

This div border color is #655bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655bbe


Comments

No comments written yet.

Please login to write comment.