Color Hex Logo

#653855 Color Hex

#653855
(101,56,85)
0 Favorites   0 Comments

Color spaces of #653855

RGB 1015685
HSL0.890.290.31
HSV321°45°40°
CMYK 0.000.450.16   0.60
XYZ8.42076.25099.3571
Yxy6.25090.35040.2601
Hunter Lab25.001816.3663-4.6884
CIE-Lab30.036824.4636-8.8847

#653855 color RGB value is (101,56,85).

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

The process color (four color CMYK) of #653855 color hex is 0.00, 0.45, 0.16, 0.60. Web safe color of #653855 is #663366. Color #653855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111000 01010101
Octal 145 70 125
Decimal 101 56 85
Hex 65 38 55

RGB Percentages of Color #653855

%41.74
%23.14
%35.12

CMYK Percentages of Color #653855

%0
%45
%16
%60

Triadic Colors of #653855

#653855 #556538 #385565

Analogous Colors of #653855

#653855 #65383e #5f3865

Monochromatic Colors of #653855

#653855

Complementary Color

#653855 #386548

#653855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653855 Color CSS Codes

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

#653855 Text Font Color

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

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


#653855 Background Color

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

This div background color is #653855


#653855 Border Color

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

This div border color is #653855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653855


Comments

No comments written yet.

Please login to write comment.