Color Hex Logo

#653e7d Color Hex

#653E7D
(101,62,125)
0 Favorites   0 Comments

Color spaces of #653e7d

RGB 10162125
HSL0.770.340.37
HSV277°50°49°
CMYK 0.190.500.00   0.51
XYZ10.79117.692620.3181
Yxy7.69260.27810.1983
Hunter Lab27.735520.9120-24.0189
CIE-Lab33.334329.4620-29.2298

#653e7d color RGB value is (101,62,125).

#653e7d hex color red value is 101, green value is 62 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #653e7d hue: 0.77 , saturation: 0.34 and the lightness value of 653e7d is 0.37.

The process color (four color CMYK) of #653e7d color hex is 0.19, 0.50, 0.00, 0.51. Web safe color of #653e7d is #663366. Color #653e7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111110 01111101
Octal 145 76 175
Decimal 101 62 125
Hex 65 3E 7D

RGB Percentages of Color #653e7d

%35.07
%21.53
%43.40

CMYK Percentages of Color #653e7d

%19
%50
%0
%51

Triadic Colors of #653e7d

#653e7d #7d653e #3e7d65

Analogous Colors of #653e7d

#653e7d #7d3e76 #463e7d

Monochromatic Colors of #653e7d

#653e7d

Complementary Color

#653e7d #567d3e

#653e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#653e7d Color CSS Codes

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

#653e7d Text Font Color

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

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


#653e7d Background Color

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

This div background color is #653e7d


#653e7d Border Color

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

This div border color is #653e7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653e7d


Comments

No comments written yet.

Please login to write comment.