Color Hex Logo

#656fdd Color Hex

#656FDD
(101,111,221)
0 Favorites   0 Comments

Color spaces of #656fdd

RGB 101111221
HSL0.650.640.63
HSV235°54°87°
CMYK 0.540.500.00   0.13
XYZ24.102419.356070.8724
Yxy19.35600.21080.1693
Hunter Lab43.995520.7971-64.7136
CIE-Lab51.101127.2493-57.6365

#656fdd color RGB value is (101,111,221).

#656fdd hex color red value is 101, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #656fdd hue: 0.65 , saturation: 0.64 and the lightness value of 656fdd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101111 11011101
Octal 145 157 335
Decimal 101 111 221
Hex 65 6F DD

RGB Percentages of Color #656fdd

%23.33
%25.64
%51.04

CMYK Percentages of Color #656fdd

%54
%50
%0
%13

Triadic Colors of #656fdd

#656fdd #dd656f #6fdd65

Analogous Colors of #656fdd

#656fdd #9765dd #65abdd

Monochromatic Colors of #656fdd

#656fdd

Complementary Color

#656fdd #ddd365

#656fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#656fdd Color CSS Codes

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

#656fdd Text Font Color

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

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


#656fdd Background Color

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

This div background color is #656fdd


#656fdd Border Color

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

This div border color is #656fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656fdd


Comments

No comments written yet.

Please login to write comment.