Color Hex Logo

#658adb Color Hex

#658ADB
(101,138,219)
0 Favorites   0 Comments

Color spaces of #658adb

RGB 101138219
HSL0.610.620.63
HSV221°54°86°
CMYK 0.540.370.00   0.14
XYZ27.241526.058170.6118
Yxy26.05810.21980.2103
Hunter Lab51.04715.9247-46.2809
CIE-Lab58.092210.2982-45.3703

#658adb color RGB value is (101,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001010 11011011
Octal 145 212 333
Decimal 101 138 219
Hex 65 8A DB

RGB Percentages of Color #658adb

%22.05
%30.13
%47.82

CMYK Percentages of Color #658adb

%54
%37
%0
%14

Triadic Colors of #658adb

#658adb #db658a #8adb65

Analogous Colors of #658adb

#658adb #7b65db #65c5db

Monochromatic Colors of #658adb

#658adb

Complementary Color

#658adb #dbb665

#658adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#658adb Color CSS Codes

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

#658adb Text Font Color

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

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


#658adb Background Color

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

This div background color is #658adb


#658adb Border Color

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

This div border color is #658adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658adb


Comments

No comments written yet.

Please login to write comment.