Color Hex Logo

#658bbd Color Hex

#658BBD
(101,139,189)
0 Favorites   0 Comments

Color spaces of #658bbd

RGB 101139189
HSL0.590.400.57
HSV214°47°74°
CMYK 0.470.260.00   0.26
XYZ23.784824.906151.6979
Yxy24.90610.23690.2481
Hunter Lab49.9060-2.2639-26.4846
CIE-Lab56.98380.4967-30.1933

#658bbd color RGB value is (101,139,189).

#658bbd hex color red value is 101, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #658bbd hue: 0.59 , saturation: 0.40 and the lightness value of 658bbd is 0.57.

The process color (four color CMYK) of #658bbd color hex is 0.47, 0.26, 0.00, 0.26. Web safe color of #658bbd is #6699cc. Color #658bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001011 10111101
Octal 145 213 275
Decimal 101 139 189
Hex 65 8B BD

RGB Percentages of Color #658bbd

%23.54
%32.40
%44.06

CMYK Percentages of Color #658bbd

%47
%26
%0
%26

Triadic Colors of #658bbd

#658bbd #bd658b #8bbd65

Analogous Colors of #658bbd

#658bbd #6b65bd #65b7bd

Monochromatic Colors of #658bbd

#658bbd

Complementary Color

#658bbd #bd9765

#658bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#658bbd Color CSS Codes

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

#658bbd Text Font Color

<p style="color:#658bbd">Text here</p>

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


#658bbd Background Color

<div style="background-color:#658bbd">
Div content here</div>

This div background color is #658bbd


#658bbd Border Color

<div style="border:3px solid #658bbd">
Div here</div>

This div border color is #658bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,139,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #658bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #658bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #658bbd;
  box-shadow:         1px 1px 3px 2px #658bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658bbd


Comments

No comments written yet.

Please login to write comment.