Color Hex Logo

#658edb Color Hex

#658EDB
(101,142,219)
0 Favorites   0 Comments

Color spaces of #658edb

RGB 101142219
HSL0.610.620.63
HSV219°54°86°
CMYK 0.540.350.00   0.14
XYZ27.826027.227270.8066
Yxy27.22720.22110.2163
Hunter Lab52.17973.8747-43.9293
CIE-Lab59.18407.9329-43.6468

#658edb color RGB value is (101,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001110 11011011
Octal 145 216 333
Decimal 101 142 219
Hex 65 8E DB

RGB Percentages of Color #658edb

%21.86
%30.74
%47.40

CMYK Percentages of Color #658edb

%54
%35
%0
%14

Triadic Colors of #658edb

#658edb #db658e #8edb65

Analogous Colors of #658edb

#658edb #7765db #65c9db

Monochromatic Colors of #658edb

#658edb

Complementary Color

#658edb #dbb265

#658edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#658edb Color CSS Codes

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

#658edb Text Font Color

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

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


#658edb Background Color

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

This div background color is #658edb


#658edb Border Color

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

This div border color is #658edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658edb


Comments

No comments written yet.

Please login to write comment.