Color Hex Logo

#653e8f Color Hex

#653E8F
(101,62,143)
0 Favorites   0 Comments

Color spaces of #653e8f

RGB 10162143
HSL0.750.400.40
HSV269°57°56°
CMYK 0.290.570.00   0.44
XYZ12.04748.195126.9335
Yxy8.19510.25540.1737
Hunter Lab28.627125.0224-35.7434
CIE-Lab34.385933.9818-38.6750

#653e8f color RGB value is (101,62,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111110 10001111
Octal 145 76 217
Decimal 101 62 143
Hex 65 3E 8F

RGB Percentages of Color #653e8f

%33.01
%20.26
%46.73

CMYK Percentages of Color #653e8f

%29
%57
%0
%44

Triadic Colors of #653e8f

#653e8f #8f653e #3e8f65

Analogous Colors of #653e8f

#653e8f #8e3e8f #3e408f

Monochromatic Colors of #653e8f

#653e8f

Complementary Color

#653e8f #688f3e

#653e8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653e8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#653e8f Color CSS Codes

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

#653e8f Text Font Color

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

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


#653e8f Background Color

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

This div background color is #653e8f


#653e8f Border Color

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

This div border color is #653e8f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,62,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 #653e8f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653e8f


Comments

No comments written yet.

Please login to write comment.