Color Hex Logo

#65589d Color Hex

#65589D
(101,88,157)
0 Favorites   0 Comments

Color spaces of #65589d

RGB 10188157
HSL0.700.280.48
HSV251°44°62°
CMYK 0.360.440.00   0.38
XYZ14.942412.180533.4618
Yxy12.18050.24660.2010
Hunter Lab34.900615.3473-32.4154
CIE-Lab41.501622.0035-35.8260

#65589d color RGB value is (101,88,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011000 10011101
Octal 145 130 235
Decimal 101 88 157
Hex 65 58 9D

RGB Percentages of Color #65589d

%29.19
%25.43
%45.38

CMYK Percentages of Color #65589d

%36
%44
%0
%38

Triadic Colors of #65589d

#65589d #9d6558 #589d65

Analogous Colors of #65589d

#65589d #88589d #586e9d

Monochromatic Colors of #65589d

#65589d

Complementary Color

#65589d #909d58

#65589d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65589d Color Preview on White Background

Lorem ipsum dolor sit amet.

#65589d Color CSS Codes

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

#65589d Text Font Color

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

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


#65589d Background Color

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

This div background color is #65589d


#65589d Border Color

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

This div border color is #65589d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65589d


Comments

No comments written yet.

Please login to write comment.