Color Hex Logo

#653788 Color Hex

#653788
(101,55,136)
0 Favorites   0 Comments

Color spaces of #653788

RGB 10155136
HSL0.760.420.37
HSV274°60°53°
CMYK 0.260.600.00   0.47
XYZ11.17707.276724.1080
Yxy7.27670.26260.1710
Hunter Lab26.975426.7530-34.1050
CIE-Lab32.428736.2177-37.4962

#653788 color RGB value is (101,55,136).

#653788 hex color red value is 101, green value is 55 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #653788 hue: 0.76 , saturation: 0.42 and the lightness value of 653788 is 0.37.

The process color (four color CMYK) of #653788 color hex is 0.26, 0.60, 0.00, 0.47. Web safe color of #653788 is #663399. Color #653788 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110111 10001000
Octal 145 67 210
Decimal 101 55 136
Hex 65 37 88

RGB Percentages of Color #653788

%34.59
%18.84
%46.58

CMYK Percentages of Color #653788

%26
%60
%0
%47

Triadic Colors of #653788

#653788 #886537 #378865

Analogous Colors of #653788

#653788 #883783 #3d3788

Monochromatic Colors of #653788

#653788

Complementary Color

#653788 #5a8837

#653788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653788 Color CSS Codes

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

#653788 Text Font Color

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

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


#653788 Background Color

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

This div background color is #653788


#653788 Border Color

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

This div border color is #653788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653788


Comments

No comments written yet.

Please login to write comment.