Color Hex Logo

#653d7a Color Hex

#653D7A
(101,61,122)
0 Favorites   0 Comments

Color spaces of #653d7a

RGB 10161122
HSL0.780.330.36
HSV279°50°48°
CMYK 0.170.500.00   0.52
XYZ10.54847.509319.3058
Yxy7.50930.28230.2010
Hunter Lab27.403120.7554-22.5883
CIE-Lab32.939329.3357-27.9804

#653d7a color RGB value is (101,61,122).

#653d7a hex color red value is 101, green value is 61 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #653d7a hue: 0.78 , saturation: 0.33 and the lightness value of 653d7a is 0.36.

The process color (four color CMYK) of #653d7a color hex is 0.17, 0.50, 0.00, 0.52. Web safe color of #653d7a is #663366. Color #653d7a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111101 01111010
Octal 145 75 172
Decimal 101 61 122
Hex 65 3D 7A

RGB Percentages of Color #653d7a

%35.56
%21.48
%42.96

CMYK Percentages of Color #653d7a

%17
%50
%0
%52

Triadic Colors of #653d7a

#653d7a #7a653d #3d7a65

Analogous Colors of #653d7a

#653d7a #7a3d71 #473d7a

Monochromatic Colors of #653d7a

#653d7a

Complementary Color

#653d7a #527a3d

#653d7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653d7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#653d7a Color CSS Codes

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

#653d7a Text Font Color

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

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


#653d7a Background Color

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

This div background color is #653d7a


#653d7a Border Color

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

This div border color is #653d7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,61,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #653d7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #653d7a;
  -webkit-box-shadow: 1px 1px 3px 2px #653d7a;
  box-shadow:         1px 1px 3px 2px #653d7a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653d7a


Comments

No comments written yet.

Please login to write comment.