Color Hex Logo

#653faa Color Hex

#653FAA
(101,63,170)
0 Favorites   0 Comments

Color spaces of #653faa

RGB 10163170
HSL0.730.460.46
HSV261°63°67°
CMYK 0.410.630.00   0.33
XYZ14.40009.224039.0517
Yxy9.22400.22980.1472
Hunter Lab30.371031.4839-54.9766
CIE-Lab36.412040.6356-51.7331

#653faa color RGB value is (101,63,170).

#653faa hex color red value is 101, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #653faa hue: 0.73 , saturation: 0.46 and the lightness value of 653faa is 0.46.

The process color (four color CMYK) of #653faa color hex is 0.41, 0.63, 0.00, 0.33. Web safe color of #653faa is #663399. Color #653faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111111 10101010
Octal 145 77 252
Decimal 101 63 170
Hex 65 3F AA

RGB Percentages of Color #653faa

%30.24
%18.86
%50.90

CMYK Percentages of Color #653faa

%41
%63
%0
%33

Triadic Colors of #653faa

#653faa #aa653f #3faa65

Analogous Colors of #653faa

#653faa #9b3faa #3f4faa

Monochromatic Colors of #653faa

#653faa

Complementary Color

#653faa #84aa3f

#653faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#653faa Color CSS Codes

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

#653faa Text Font Color

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

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


#653faa Background Color

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

This div background color is #653faa


#653faa Border Color

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

This div border color is #653faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653faa


Comments

No comments written yet.

Please login to write comment.