Color Hex Logo

#658caf Color Hex

#658CAF
(101,140,175)
0 Favorites   0 Comments

Color spaces of #658caf

RGB 101140175
HSL0.580.320.54
HSV208°42°69°
CMYK 0.420.200.00   0.31
XYZ22.482824.618044.1242
Yxy24.61800.24650.2699
Hunter Lab49.6165-5.9450-17.9953
CIE-Lab56.7013-4.1431-22.6554

#658caf color RGB value is (101,140,175).

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

The process color (four color CMYK) of #658caf color hex is 0.42, 0.20, 0.00, 0.31. Web safe color of #658caf is #669999. Color #658caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001100 10101111
Octal 145 214 257
Decimal 101 140 175
Hex 65 8C AF

RGB Percentages of Color #658caf

%24.28
%33.65
%42.07

CMYK Percentages of Color #658caf

%42
%20
%0
%31

Triadic Colors of #658caf

#658caf #af658c #8caf65

Analogous Colors of #658caf

#658caf #6567af #65afad

Monochromatic Colors of #658caf

#658caf

Complementary Color

#658caf #af8865

#658caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#658caf Color CSS Codes

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

#658caf Text Font Color

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

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


#658caf Background Color

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

This div background color is #658caf


#658caf Border Color

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

This div border color is #658caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658caf


Comments

No comments written yet.

Please login to write comment.