Color Hex Logo

#658fdb Color Hex

#658FDB
(101,143,219)
0 Favorites   0 Comments

Color spaces of #658fdb

RGB 101143219
HSL0.610.620.63
HSV219°54°86°
CMYK 0.540.350.00   0.14
XYZ27.975527.526170.8564
Yxy27.52610.22140.2178
Hunter Lab52.46533.3653-43.3477
CIE-Lab59.45827.3449-43.2148

#658fdb color RGB value is (101,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001111 11011011
Octal 145 217 333
Decimal 101 143 219
Hex 65 8F DB

RGB Percentages of Color #658fdb

%21.81
%30.89
%47.30

CMYK Percentages of Color #658fdb

%54
%35
%0
%14

Triadic Colors of #658fdb

#658fdb #db658f #8fdb65

Analogous Colors of #658fdb

#658fdb #7665db #65cadb

Monochromatic Colors of #658fdb

#658fdb

Complementary Color

#658fdb #dbb165

#658fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#658fdb Color CSS Codes

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

#658fdb Text Font Color

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

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


#658fdb Background Color

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

This div background color is #658fdb


#658fdb Border Color

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

This div border color is #658fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658fdb


Comments

No comments written yet.

Please login to write comment.