Color Hex Logo

#655698 Color Hex

#655698
(101,86,152)
0 Favorites   0 Comments

Color spaces of #655698

RGB 10186152
HSL0.700.280.47
HSV254°43°60°
CMYK 0.340.430.00   0.40
XYZ14.362111.689331.2051
Yxy11.68930.25080.2042
Hunter Lab34.189615.1510-30.1817
CIE-Lab40.718021.8415-34.0720

#655698 color RGB value is (101,86,152).

#655698 hex color red value is 101, green value is 86 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #655698 hue: 0.70 , saturation: 0.28 and the lightness value of 655698 is 0.47.

The process color (four color CMYK) of #655698 color hex is 0.34, 0.43, 0.00, 0.40. Web safe color of #655698 is #666699. Color #655698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010110 10011000
Octal 145 126 230
Decimal 101 86 152
Hex 65 56 98

RGB Percentages of Color #655698

%29.79
%25.37
%44.84

CMYK Percentages of Color #655698

%34
%43
%0
%40

Triadic Colors of #655698

#655698 #986556 #569865

Analogous Colors of #655698

#655698 #865698 #566898

Monochromatic Colors of #655698

#655698

Complementary Color

#655698 #899856

#655698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655698 Color CSS Codes

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

#655698 Text Font Color

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

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


#655698 Background Color

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

This div background color is #655698


#655698 Border Color

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

This div border color is #655698


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,86,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #655698; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #655698;
  -webkit-box-shadow: 1px 1px 3px 2px #655698;
  box-shadow:         1px 1px 3px 2px #655698; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655698


Comments

No comments written yet.

Please login to write comment.