Color Hex Logo

#653bad Color Hex

#653BAD
(101,59,173)
0 Favorites   0 Comments

Color spaces of #653bad

RGB 10159173
HSL0.730.490.45
HSV262°66°68°
CMYK 0.420.660.00   0.32
XYZ14.47368.911840.4925
Yxy8.91180.22660.1395
Hunter Lab29.852634.3009-59.5249
CIE-Lab35.813943.6671-54.4908

#653bad color RGB value is (101,59,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111011 10101101
Octal 145 73 255
Decimal 101 59 173
Hex 65 3B AD

RGB Percentages of Color #653bad

%30.33
%17.72
%51.95

CMYK Percentages of Color #653bad

%42
%66
%0
%32

Triadic Colors of #653bad

#653bad #ad653b #3bad65

Analogous Colors of #653bad

#653bad #9e3bad #3b4aad

Monochromatic Colors of #653bad

#653bad

Complementary Color

#653bad #83ad3b

#653bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#653bad Color CSS Codes

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

#653bad Text Font Color

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

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


#653bad Background Color

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

This div background color is #653bad


#653bad Border Color

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

This div border color is #653bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653bad


Comments

No comments written yet.

Please login to write comment.