Color Hex Logo

#658eb5 Color Hex

#658EB5
(101,142,181)
0 Favorites   0 Comments

Color spaces of #658eb5

RGB 101142181
HSL0.580.350.55
HSV209°44°71°
CMYK 0.440.220.00   0.29
XYZ23.380325.448947.3959
Yxy25.44890.24300.2645
Hunter Lab50.4469-5.5538-20.3913
CIE-Lab57.5102-3.5687-24.8319

#658eb5 color RGB value is (101,142,181).

#658eb5 hex color red value is 101, green value is 142 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #658eb5 hue: 0.58 , saturation: 0.35 and the lightness value of 658eb5 is 0.55.

The process color (four color CMYK) of #658eb5 color hex is 0.44, 0.22, 0.00, 0.29. Web safe color of #658eb5 is #6699cc. Color #658eb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001110 10110101
Octal 145 216 265
Decimal 101 142 181
Hex 65 8E B5

RGB Percentages of Color #658eb5

%23.82
%33.49
%42.69

CMYK Percentages of Color #658eb5

%44
%22
%0
%29

Triadic Colors of #658eb5

#658eb5 #b5658e #8eb565

Analogous Colors of #658eb5

#658eb5 #6566b5 #65b5b4

Monochromatic Colors of #658eb5

#658eb5

Complementary Color

#658eb5 #b58c65

#658eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#658eb5 Color CSS Codes

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

#658eb5 Text Font Color

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

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


#658eb5 Background Color

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

This div background color is #658eb5


#658eb5 Border Color

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

This div border color is #658eb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658eb5


Comments

No comments written yet.

Please login to write comment.