Color Hex Logo

#65589e Color Hex

#65589E
(101,88,158)
0 Favorites   0 Comments

Color spaces of #65589e

RGB 10188158
HSL0.700.280.48
HSV251°44°62°
CMYK 0.360.440.00   0.38
XYZ15.028112.214833.9134
Yxy12.21480.24570.1997
Hunter Lab34.949715.5917-33.0672
CIE-Lab41.555522.2860-36.3375

#65589e color RGB value is (101,88,158).

#65589e hex color red value is 101, green value is 88 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #65589e hue: 0.70 , saturation: 0.28 and the lightness value of 65589e is 0.48.

The process color (four color CMYK) of #65589e color hex is 0.36, 0.44, 0.00, 0.38. Web safe color of #65589e is #666699. Color #65589e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011000 10011110
Octal 145 130 236
Decimal 101 88 158
Hex 65 58 9E

RGB Percentages of Color #65589e

%29.11
%25.36
%45.53

CMYK Percentages of Color #65589e

%36
%44
%0
%38

Triadic Colors of #65589e

#65589e #9e6558 #589e65

Analogous Colors of #65589e

#65589e #88589e #586e9e

Monochromatic Colors of #65589e

#65589e

Complementary Color

#65589e #919e58

#65589e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65589e Color Preview on White Background

Lorem ipsum dolor sit amet.

#65589e Color CSS Codes

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

#65589e Text Font Color

<p style="color:#65589e">Text here</p>

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


#65589e Background Color

<div style="background-color:#65589e">
Div content here</div>

This div background color is #65589e


#65589e Border Color

<div style="border:3px solid #65589e">
Div here</div>

This div border color is #65589e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,88,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65589e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65589e;
  -webkit-box-shadow: 1px 1px 3px 2px #65589e;
  box-shadow:         1px 1px 3px 2px #65589e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65589e


Comments

No comments written yet.

Please login to write comment.