Color Hex Logo

#655ebd Color Hex

#655EBD
(101,94,189)
0 Favorites   0 Comments

Color spaces of #655ebd

RGB 10194189
HSL0.680.420.55
HSV244°50°74°
CMYK 0.470.500.00   0.26
XYZ18.554814.446249.9546
Yxy14.44620.22370.1741
Hunter Lab38.008220.6258-51.3199
CIE-Lab44.866227.6979-49.3119

#655ebd color RGB value is (101,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011110 10111101
Octal 145 136 275
Decimal 101 94 189
Hex 65 5E BD

RGB Percentages of Color #655ebd

%26.30
%24.48
%49.22

CMYK Percentages of Color #655ebd

%47
%50
%0
%26

Triadic Colors of #655ebd

#655ebd #bd655e #5ebd65

Analogous Colors of #655ebd

#655ebd #955ebd #5e87bd

Monochromatic Colors of #655ebd

#655ebd

Complementary Color

#655ebd #b6bd5e

#655ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#655ebd Color CSS Codes

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

#655ebd Text Font Color

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

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


#655ebd Background Color

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

This div background color is #655ebd


#655ebd Border Color

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

This div border color is #655ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655ebd


Comments

No comments written yet.

Please login to write comment.