Color Hex Logo

#658bdb Color Hex

#658BDB
(101,139,219)
0 Favorites   0 Comments

Color spaces of #658bdb

RGB 101139219
HSL0.610.620.63
HSV221°54°86°
CMYK 0.540.370.00   0.14
XYZ27.385626.346470.6598
Yxy26.34640.22020.2118
Hunter Lab51.32875.4104-45.6892
CIE-Lab58.36449.7050-44.9401

#658bdb color RGB value is (101,139,219).

#658bdb hex color red value is 101, green value is 139 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #658bdb hue: 0.61 , saturation: 0.62 and the lightness value of 658bdb is 0.63.

The process color (four color CMYK) of #658bdb color hex is 0.54, 0.37, 0.00, 0.14. Web safe color of #658bdb is #6699cc. Color #658bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001011 11011011
Octal 145 213 333
Decimal 101 139 219
Hex 65 8B DB

RGB Percentages of Color #658bdb

%22.00
%30.28
%47.71

CMYK Percentages of Color #658bdb

%54
%37
%0
%14

Triadic Colors of #658bdb

#658bdb #db658b #8bdb65

Analogous Colors of #658bdb

#658bdb #7a65db #65c6db

Monochromatic Colors of #658bdb

#658bdb

Complementary Color

#658bdb #dbb565

#658bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#658bdb Color CSS Codes

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

#658bdb Text Font Color

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

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


#658bdb Background Color

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

This div background color is #658bdb


#658bdb Border Color

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

This div border color is #658bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658bdb


Comments

No comments written yet.

Please login to write comment.