Color Hex Logo

#653aad Color Hex

#653AAD
(101,58,173)
0 Favorites   0 Comments

Color spaces of #653aad

RGB 10158173
HSL0.730.500.45
HSV262°66°68°
CMYK 0.420.660.00   0.32
XYZ14.42278.809940.4755
Yxy8.80990.22640.1383
Hunter Lab29.681534.7934-60.0745
CIE-Lab35.615744.2082-54.8125

#653aad color RGB value is (101,58,173).

#653aad hex color red value is 101, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #653aad hue: 0.73 , saturation: 0.50 and the lightness value of 653aad is 0.45.

The process color (four color CMYK) of #653aad color hex is 0.42, 0.66, 0.00, 0.32. Web safe color of #653aad is #663399. Color #653aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111010 10101101
Octal 145 72 255
Decimal 101 58 173
Hex 65 3A AD

RGB Percentages of Color #653aad

%30.42
%17.47
%52.11

CMYK Percentages of Color #653aad

%42
%66
%0
%32

Triadic Colors of #653aad

#653aad #ad653a #3aad65

Analogous Colors of #653aad

#653aad #9f3aad #3a49ad

Monochromatic Colors of #653aad

#653aad

Complementary Color

#653aad #82ad3a

#653aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#653aad Color CSS Codes

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

#653aad Text Font Color

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

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


#653aad Background Color

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

This div background color is #653aad


#653aad Border Color

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

This div border color is #653aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653aad


Comments

No comments written yet.

Please login to write comment.