Color Hex Logo

#65597c Color Hex

#65597C
(101,89,124)
0 Favorites   0 Comments

Color spaces of #65597c

RGB 10189124
HSL0.720.160.42
HSV261°28°49°
CMYK 0.190.280.00   0.51
XYZ12.577311.366720.5999
Yxy11.36670.28240.2552
Hunter Lab33.71457.5895-12.6266
CIE-Lab40.191312.5882-17.9333

#65597c color RGB value is (101,89,124).

#65597c hex color red value is 101, green value is 89 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #65597c hue: 0.72 , saturation: 0.16 and the lightness value of 65597c is 0.42.

The process color (four color CMYK) of #65597c color hex is 0.19, 0.28, 0.00, 0.51. Web safe color of #65597c is #666666. Color #65597c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011001 01111100
Octal 145 131 174
Decimal 101 89 124
Hex 65 59 7C

RGB Percentages of Color #65597c

%32.17
%28.34
%39.49

CMYK Percentages of Color #65597c

%19
%28
%0
%51

Triadic Colors of #65597c

#65597c #7c6559 #597c65

Analogous Colors of #65597c

#65597c #77597c #595f7c

Monochromatic Colors of #65597c

#65597c

Complementary Color

#65597c #707c59

#65597c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65597c Color Preview on White Background

Lorem ipsum dolor sit amet.

#65597c Color CSS Codes

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

#65597c Text Font Color

<p style="color:#65597c">Text here</p>

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


#65597c Background Color

<div style="background-color:#65597c">
Div content here</div>

This div background color is #65597c


#65597c Border Color

<div style="border:3px solid #65597c">
Div here</div>

This div border color is #65597c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,89,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65597c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65597c;
  -webkit-box-shadow: 1px 1px 3px 2px #65597c;
  box-shadow:         1px 1px 3px 2px #65597c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65597c


Comments

No comments written yet.

Please login to write comment.