Color Hex Logo

#658bbe Color Hex

#658BBE
(101,139,190)
0 Favorites   0 Comments

Color spaces of #658bbe

RGB 101139190
HSL0.600.410.57
HSV214°47°75°
CMYK 0.470.270.00   0.25
XYZ23.893724.949652.2716
Yxy24.94960.23630.2467
Hunter Lab49.9496-2.0251-27.0815
CIE-Lab57.02630.7938-30.6951

#658bbe color RGB value is (101,139,190).

#658bbe hex color red value is 101, green value is 139 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #658bbe hue: 0.60 , saturation: 0.41 and the lightness value of 658bbe is 0.57.

The process color (four color CMYK) of #658bbe color hex is 0.47, 0.27, 0.00, 0.25. Web safe color of #658bbe is #6699cc. Color #658bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001011 10111110
Octal 145 213 276
Decimal 101 139 190
Hex 65 8B BE

RGB Percentages of Color #658bbe

%23.49
%32.33
%44.19

CMYK Percentages of Color #658bbe

%47
%27
%0
%25

Triadic Colors of #658bbe

#658bbe #be658b #8bbe65

Analogous Colors of #658bbe

#658bbe #6c65be #65b8be

Monochromatic Colors of #658bbe

#658bbe

Complementary Color

#658bbe #be9865

#658bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#658bbe Color CSS Codes

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

#658bbe Text Font Color

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

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


#658bbe Background Color

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

This div background color is #658bbe


#658bbe Border Color

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

This div border color is #658bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658bbe


Comments

No comments written yet.

Please login to write comment.