Color Hex Logo

#655599 Color Hex

#655599
(101,85,153)
0 Favorites   0 Comments

Color spaces of #655599

RGB 10185153
HSL0.710.290.47
HSV254°44°60°
CMYK 0.340.440.00   0.40
XYZ14.365111.563631.6119
Yxy11.56360.24970.2010
Hunter Lab34.005315.8958-31.3133
CIE-Lab40.514022.7395-34.9943

#655599 color RGB value is (101,85,153).

#655599 hex color red value is 101, green value is 85 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #655599 hue: 0.71 , saturation: 0.29 and the lightness value of 655599 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010101 10011001
Octal 145 125 231
Decimal 101 85 153
Hex 65 55 99

RGB Percentages of Color #655599

%29.79
%25.07
%45.13

CMYK Percentages of Color #655599

%34
%44
%0
%40

Triadic Colors of #655599

#655599 #996555 #559965

Analogous Colors of #655599

#655599 #875599 #556799

Monochromatic Colors of #655599

#655599

Complementary Color

#655599 #899955

#655599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655599 Color CSS Codes

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

#655599 Text Font Color

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

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


#655599 Background Color

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

This div background color is #655599


#655599 Border Color

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

This div border color is #655599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655599


Comments

No comments written yet.

Please login to write comment.