Color Hex Logo

#656386 Color Hex

#656386
(101,99,134)
0 Favorites   0 Comments

Color spaces of #656386

RGB 10199134
HSL0.680.150.46
HSV243°26°53°
CMYK 0.250.260.00   0.47
XYZ14.131713.411624.3981
Yxy13.41160.27210.2582
Hunter Lab36.62194.7916-13.8647
CIE-Lab43.37708.9485-19.1032

#656386 color RGB value is (101,99,134).

#656386 hex color red value is 101, green value is 99 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #656386 hue: 0.68 , saturation: 0.15 and the lightness value of 656386 is 0.46.

The process color (four color CMYK) of #656386 color hex is 0.25, 0.26, 0.00, 0.47. Web safe color of #656386 is #666699. Color #656386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100011 10000110
Octal 145 143 206
Decimal 101 99 134
Hex 65 63 86

RGB Percentages of Color #656386

%30.24
%29.64
%40.12

CMYK Percentages of Color #656386

%25
%26
%0
%47

Triadic Colors of #656386

#656386 #866563 #638665

Analogous Colors of #656386

#656386 #776386 #637386

Monochromatic Colors of #656386

#656386

Complementary Color

#656386 #848663

#656386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#656386 Color CSS Codes

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

#656386 Text Font Color

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

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


#656386 Background Color

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

This div background color is #656386


#656386 Border Color

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

This div border color is #656386


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,99,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #656386; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #656386;
  -webkit-box-shadow: 1px 1px 3px 2px #656386;
  box-shadow:         1px 1px 3px 2px #656386; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656386


Comments

No comments written yet.

Please login to write comment.