Color Hex Logo

#658cbe Color Hex

#658CBE
(101,140,190)
0 Favorites   0 Comments

Color spaces of #658cbe

RGB 101140190
HSL0.590.410.57
HSV214°47°75°
CMYK 0.470.260.00   0.25
XYZ24.039225.240652.3201
Yxy25.24060.23660.2484
Hunter Lab50.2400-2.5101-26.5768
CIE-Lab57.30910.2140-30.2559

#658cbe color RGB value is (101,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001100 10111110
Octal 145 214 276
Decimal 101 140 190
Hex 65 8C BE

RGB Percentages of Color #658cbe

%23.43
%32.48
%44.08

CMYK Percentages of Color #658cbe

%47
%26
%0
%25

Triadic Colors of #658cbe

#658cbe #be658c #8cbe65

Analogous Colors of #658cbe

#658cbe #6b65be #65b9be

Monochromatic Colors of #658cbe

#658cbe

Complementary Color

#658cbe #be9765

#658cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#658cbe Color CSS Codes

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

#658cbe Text Font Color

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

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


#658cbe Background Color

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

This div background color is #658cbe


#658cbe Border Color

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

This div border color is #658cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658cbe


Comments

No comments written yet.

Please login to write comment.