Color Hex Logo

#653d8f Color Hex

#653D8F
(101,61,143)
0 Favorites   0 Comments

Color spaces of #653d8f

RGB 10161143
HSL0.750.400.40
HSV269°57°56°
CMYK 0.290.570.00   0.44
XYZ11.99358.087426.9155
Yxy8.08740.25520.1721
Hunter Lab28.438425.5129-36.2082
CIE-Lab34.164234.5623-39.0293

#653d8f color RGB value is (101,61,143).

#653d8f hex color red value is 101, green value is 61 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #653d8f hue: 0.75 , saturation: 0.40 and the lightness value of 653d8f is 0.40.

The process color (four color CMYK) of #653d8f color hex is 0.29, 0.57, 0.00, 0.44. Web safe color of #653d8f is #663399. Color #653d8f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111101 10001111
Octal 145 75 217
Decimal 101 61 143
Hex 65 3D 8F

RGB Percentages of Color #653d8f

%33.11
%20.00
%46.89

CMYK Percentages of Color #653d8f

%29
%57
%0
%44

Triadic Colors of #653d8f

#653d8f #8f653d #3d8f65

Analogous Colors of #653d8f

#653d8f #8e3d8f #3d3e8f

Monochromatic Colors of #653d8f

#653d8f

Complementary Color

#653d8f #678f3d

#653d8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653d8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#653d8f Color CSS Codes

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

#653d8f Text Font Color

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

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


#653d8f Background Color

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

This div background color is #653d8f


#653d8f Border Color

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

This div border color is #653d8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653d8f


Comments

No comments written yet.

Please login to write comment.