Color Hex Logo

#658cc5 Color Hex

#658CC5
(101,140,197)
0 Favorites   0 Comments

Color spaces of #658cc5

RGB 101140197
HSL0.600.450.58
HSV216°49°77°
CMYK 0.490.290.00   0.23
XYZ24.823025.554156.4474
Yxy25.55410.23240.2392
Hunter Lab50.5511-0.8123-30.8199
CIE-Lab57.61142.3110-33.7501

#658cc5 color RGB value is (101,140,197).

#658cc5 hex color red value is 101, green value is 140 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #658cc5 hue: 0.60 , saturation: 0.45 and the lightness value of 658cc5 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001100 11000101
Octal 145 214 305
Decimal 101 140 197
Hex 65 8C C5

RGB Percentages of Color #658cc5

%23.06
%31.96
%44.98

CMYK Percentages of Color #658cc5

%49
%29
%0
%23

Triadic Colors of #658cc5

#658cc5 #c5658c #8cc565

Analogous Colors of #658cc5

#658cc5 #6e65c5 #65bcc5

Monochromatic Colors of #658cc5

#658cc5

Complementary Color

#658cc5 #c59e65

#658cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#658cc5 Color CSS Codes

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

#658cc5 Text Font Color

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

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


#658cc5 Background Color

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

This div background color is #658cc5


#658cc5 Border Color

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

This div border color is #658cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658cc5


Comments

No comments written yet.

Please login to write comment.