Color Hex Logo

#656edd Color Hex

#656EDD
(101,110,221)
0 Favorites   0 Comments

Color spaces of #656edd

RGB 101110221
HSL0.650.640.63
HSV236°54°87°
CMYK 0.540.500.00   0.13
XYZ23.993919.139070.8362
Yxy19.13900.21050.1679
Hunter Lab43.748121.3400-65.3776
CIE-Lab50.849427.8586-58.0410

#656edd color RGB value is (101,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101110 11011101
Octal 145 156 335
Decimal 101 110 221
Hex 65 6E DD

RGB Percentages of Color #656edd

%23.38
%25.46
%51.16

CMYK Percentages of Color #656edd

%54
%50
%0
%13

Triadic Colors of #656edd

#656edd #dd656e #6edd65

Analogous Colors of #656edd

#656edd #9865dd #65aadd

Monochromatic Colors of #656edd

#656edd

Complementary Color

#656edd #ddd465

#656edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#656edd Color CSS Codes

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

#656edd Text Font Color

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

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


#656edd Background Color

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

This div background color is #656edd


#656edd Border Color

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

This div border color is #656edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,110,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 #656edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656edd


Comments

No comments written yet.

Please login to write comment.