Color Hex Logo

#656ecb Color Hex

#656ECB
(101,110,203)
0 Favorites   0 Comments

Color spaces of #656ecb

RGB 101110203
HSL0.650.500.60
HSV235°50°80°
CMYK 0.500.460.00   0.20
XYZ21.722318.230458.8738
Yxy18.23040.21980.1845
Hunter Lab42.697116.0927-51.8654
CIE-Lab49.774422.1877-49.5320

#656ecb color RGB value is (101,110,203).

#656ecb hex color red value is 101, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #656ecb hue: 0.65 , saturation: 0.50 and the lightness value of 656ecb is 0.60.

The process color (four color CMYK) of #656ecb color hex is 0.50, 0.46, 0.00, 0.20. Web safe color of #656ecb is #6666cc. Color #656ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101110 11001011
Octal 145 156 313
Decimal 101 110 203
Hex 65 6E CB

RGB Percentages of Color #656ecb

%24.40
%26.57
%49.03

CMYK Percentages of Color #656ecb

%50
%46
%0
%20

Triadic Colors of #656ecb

#656ecb #cb656e #6ecb65

Analogous Colors of #656ecb

#656ecb #8f65cb #65a1cb

Monochromatic Colors of #656ecb

#656ecb

Complementary Color

#656ecb #cbc265

#656ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#656ecb Color CSS Codes

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

#656ecb Text Font Color

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

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


#656ecb Background Color

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

This div background color is #656ecb


#656ecb Border Color

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

This div border color is #656ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656ecb


Comments

No comments written yet.

Please login to write comment.