Color Hex Logo

#656cc2 Color Hex

#656CC2
(101,108,194)
0 Favorites   0 Comments

Color spaces of #656cc2

RGB 101108194
HSL0.650.430.58
HSV235°48°76°
CMYK 0.480.440.00   0.24
XYZ20.467017.386953.3162
Yxy17.38690.22450.1907
Hunter Lab41.697614.6448-46.6222
CIE-Lab48.743920.6236-46.0114

#656cc2 color RGB value is (101,108,194).

#656cc2 hex color red value is 101, green value is 108 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #656cc2 hue: 0.65 , saturation: 0.43 and the lightness value of 656cc2 is 0.58.

The process color (four color CMYK) of #656cc2 color hex is 0.48, 0.44, 0.00, 0.24. Web safe color of #656cc2 is #6666cc. Color #656cc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101100 11000010
Octal 145 154 302
Decimal 101 108 194
Hex 65 6C C2

RGB Percentages of Color #656cc2

%25.06
%26.80
%48.14

CMYK Percentages of Color #656cc2

%48
%44
%0
%24

Triadic Colors of #656cc2

#656cc2 #c2656c #6cc265

Analogous Colors of #656cc2

#656cc2 #8d65c2 #659bc2

Monochromatic Colors of #656cc2

#656cc2

Complementary Color

#656cc2 #c2bb65

#656cc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656cc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#656cc2 Color CSS Codes

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

#656cc2 Text Font Color

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

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


#656cc2 Background Color

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

This div background color is #656cc2


#656cc2 Border Color

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

This div border color is #656cc2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,108,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #656cc2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #656cc2;
  -webkit-box-shadow: 1px 1px 3px 2px #656cc2;
  box-shadow:         1px 1px 3px 2px #656cc2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656cc2


Comments

No comments written yet.

Please login to write comment.