Color Hex Logo

#658bcb Color Hex

#658BCB
(101,139,203)
0 Favorites   0 Comments

Color spaces of #658bcb

RGB 101139203
HSL0.600.500.60
HSV218°50°80°
CMYK 0.500.320.00   0.20
XYZ25.378925.543760.0927
Yxy25.54370.22860.2301
Hunter Lab50.54081.1869-35.1169
CIE-Lab57.60144.7222-37.1540

#658bcb color RGB value is (101,139,203).

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

The process color (four color CMYK) of #658bcb color hex is 0.50, 0.32, 0.00, 0.20. Web safe color of #658bcb is #6699cc. Color #658bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001011 11001011
Octal 145 213 313
Decimal 101 139 203
Hex 65 8B CB

RGB Percentages of Color #658bcb

%22.80
%31.38
%45.82

CMYK Percentages of Color #658bcb

%50
%32
%0
%20

Triadic Colors of #658bcb

#658bcb #cb658b #8bcb65

Analogous Colors of #658bcb

#658bcb #7265cb #65becb

Monochromatic Colors of #658bcb

#658bcb

Complementary Color

#658bcb #cba565

#658bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#658bcb Color CSS Codes

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

#658bcb Text Font Color

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

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


#658bcb Background Color

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

This div background color is #658bcb


#658bcb Border Color

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

This div border color is #658bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658bcb


Comments

No comments written yet.

Please login to write comment.