Color Hex Logo

#653dad Color Hex

#653DAD
(101,61,173)
0 Favorites   0 Comments

Color spaces of #653dad

RGB 10161173
HSL0.730.480.46
HSV261°65°68°
CMYK 0.420.650.00   0.32
XYZ14.57849.121340.5274
Yxy9.12130.22700.1420
Hunter Lab30.201533.3102-58.4202
CIE-Lab36.216842.5734-53.8375

#653dad color RGB value is (101,61,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111101 10101101
Octal 145 75 255
Decimal 101 61 173
Hex 65 3D AD

RGB Percentages of Color #653dad

%30.15
%18.21
%51.64

CMYK Percentages of Color #653dad

%42
%65
%0
%32

Triadic Colors of #653dad

#653dad #ad653d #3dad65

Analogous Colors of #653dad

#653dad #9d3dad #3d4dad

Monochromatic Colors of #653dad

#653dad

Complementary Color

#653dad #85ad3d

#653dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#653dad Color CSS Codes

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

#653dad Text Font Color

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

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


#653dad Background Color

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

This div background color is #653dad


#653dad Border Color

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

This div border color is #653dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,61,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 #653dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653dad


Comments

No comments written yet.

Please login to write comment.