Color Hex Logo

#656bae Color Hex

#656BAE
(101,107,174)
0 Favorites   0 Comments

Color spaces of #656bae

RGB 101107174
HSL0.650.310.54
HSV235°42°68°
CMYK 0.420.390.00   0.32
XYZ18.264516.338142.2353
Yxy16.33810.23770.2126
Hunter Lab40.42049.9219-33.6578
CIE-Lab47.415015.1910-36.5235

#656bae color RGB value is (101,107,174).

#656bae hex color red value is 101, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #656bae hue: 0.65 , saturation: 0.31 and the lightness value of 656bae is 0.54.

The process color (four color CMYK) of #656bae color hex is 0.42, 0.39, 0.00, 0.32. Web safe color of #656bae is #666699. Color #656bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101011 10101110
Octal 145 153 256
Decimal 101 107 174
Hex 65 6B AE

RGB Percentages of Color #656bae

%26.44
%28.01
%45.55

CMYK Percentages of Color #656bae

%42
%39
%0
%32

Triadic Colors of #656bae

#656bae #ae656b #6bae65

Analogous Colors of #656bae

#656bae #8465ae #6590ae

Monochromatic Colors of #656bae

#656bae

Complementary Color

#656bae #aea865

#656bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#656bae Color CSS Codes

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

#656bae Text Font Color

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

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


#656bae Background Color

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

This div background color is #656bae


#656bae Border Color

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

This div border color is #656bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656bae


Comments

No comments written yet.

Please login to write comment.