Color Hex Logo

#655163 Color Hex

#655163
(101,81,99)
1 Favorites   0 Comments

Color spaces of #655163

RGB 1018199
HSL0.850.110.36
HSV306°20°40°
CMYK 0.000.200.02   0.60
XYZ10.56149.552413.0915
Yxy9.55240.31810.2877
Hunter Lab30.90706.9091-3.4791
CIE-Lab37.026811.8158-7.2872

#655163 color RGB value is (101,81,99).

#655163 hex color red value is 101, green value is 81 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #655163 hue: 0.85 , saturation: 0.11 and the lightness value of 655163 is 0.36.

The process color (four color CMYK) of #655163 color hex is 0.00, 0.20, 0.02, 0.60. Web safe color of #655163 is #666666. Color #655163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010001 01100011
Octal 145 121 143
Decimal 101 81 99
Hex 65 51 63

RGB Percentages of Color #655163

%35.94
%28.83
%35.23

CMYK Percentages of Color #655163

%0
%20
%2
%60

Triadic Colors of #655163

#655163 #636551 #516365

Analogous Colors of #655163

#655163 #655159 #5d5165

Monochromatic Colors of #655163

#655163

Complementary Color

#655163 #516553

#655163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655163 Color CSS Codes

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

#655163 Text Font Color

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

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


#655163 Background Color

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

This div background color is #655163


#655163 Border Color

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

This div border color is #655163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655163


Comments

No comments written yet.

Please login to write comment.