Color Hex Logo

#658cbd Color Hex

#658CBD
(101,140,189)
0 Favorites   0 Comments

Color spaces of #658cbd

RGB 101140189
HSL0.590.400.57
HSV213°47°74°
CMYK 0.470.260.00   0.26
XYZ23.930225.197051.7464
Yxy25.19700.23720.2498
Hunter Lab50.1966-2.7479-25.9829
CIE-Lab57.2669-0.0826-29.7540

#658cbd color RGB value is (101,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001100 10111101
Octal 145 214 275
Decimal 101 140 189
Hex 65 8C BD

RGB Percentages of Color #658cbd

%23.49
%32.56
%43.95

CMYK Percentages of Color #658cbd

%47
%26
%0
%26

Triadic Colors of #658cbd

#658cbd #bd658c #8cbd65

Analogous Colors of #658cbd

#658cbd #6a65bd #65b8bd

Monochromatic Colors of #658cbd

#658cbd

Complementary Color

#658cbd #bd9665

#658cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#658cbd Color CSS Codes

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

#658cbd Text Font Color

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

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


#658cbd Background Color

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

This div background color is #658cbd


#658cbd Border Color

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

This div border color is #658cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658cbd


Comments

No comments written yet.

Please login to write comment.