Color Hex Logo

#655ebf Color Hex

#655EBF
(101,94,191)
0 Favorites   0 Comments

Color spaces of #655ebf

RGB 10194191
HSL0.680.430.56
HSV244°51°75°
CMYK 0.470.510.00   0.25
XYZ18.773514.533751.1060
Yxy14.53370.22240.1722
Hunter Lab38.123121.1859-52.7952
CIE-Lab44.988828.3045-50.2766

#655ebf color RGB value is (101,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011110 10111111
Octal 145 136 277
Decimal 101 94 191
Hex 65 5E BF

RGB Percentages of Color #655ebf

%26.17
%24.35
%49.48

CMYK Percentages of Color #655ebf

%47
%51
%0
%25

Triadic Colors of #655ebf

#655ebf #bf655e #5ebf65

Analogous Colors of #655ebf

#655ebf #965ebf #5e88bf

Monochromatic Colors of #655ebf

#655ebf

Complementary Color

#655ebf #b8bf5e

#655ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#655ebf Color CSS Codes

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

#655ebf Text Font Color

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

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


#655ebf Background Color

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

This div background color is #655ebf


#655ebf Border Color

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

This div border color is #655ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655ebf


Comments

No comments written yet.

Please login to write comment.