Color Hex Logo

#653772 Color Hex

#653772
(101,55,114)
0 Favorites   0 Comments

Color spaces of #653772

RGB 10155114
HSL0.800.350.33
HSV287°52°45°
CMYK 0.110.520.00   0.55
XYZ9.77036.714016.7006
Yxy6.71400.29440.2023
Hunter Lab25.911421.9613-20.0761
CIE-Lab31.146831.0026-25.7709

#653772 color RGB value is (101,55,114).

#653772 hex color red value is 101, green value is 55 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #653772 hue: 0.80 , saturation: 0.35 and the lightness value of 653772 is 0.33.

The process color (four color CMYK) of #653772 color hex is 0.11, 0.52, 0.00, 0.55. Web safe color of #653772 is #663366. Color #653772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110111 01110010
Octal 145 67 162
Decimal 101 55 114
Hex 65 37 72

RGB Percentages of Color #653772

%37.41
%20.37
%42.22

CMYK Percentages of Color #653772

%11
%52
%0
%55

Triadic Colors of #653772

#653772 #726537 #377265

Analogous Colors of #653772

#653772 #723762 #483772

Monochromatic Colors of #653772

#653772

Complementary Color

#653772 #447237

#653772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#653772 Color CSS Codes

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

#653772 Text Font Color

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

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


#653772 Background Color

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

This div background color is #653772


#653772 Border Color

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

This div border color is #653772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653772


Comments

No comments written yet.

Please login to write comment.