Color Hex Logo

#653abd Color Hex

#653ABD
(101,58,189)
0 Favorites   0 Comments

Color spaces of #653abd

RGB 10158189
HSL0.720.530.48
HSV260°69°74°
CMYK 0.470.690.00   0.26
XYZ16.06529.466949.1247
Yxy9.46690.21520.1268
Hunter Lab30.768339.3564-73.1246
CIE-Lab36.868148.5718-62.2426

#653abd color RGB value is (101,58,189).

#653abd hex color red value is 101, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #653abd hue: 0.72 , saturation: 0.53 and the lightness value of 653abd is 0.48.

The process color (four color CMYK) of #653abd color hex is 0.47, 0.69, 0.00, 0.26. Web safe color of #653abd is #6633cc. Color #653abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111010 10111101
Octal 145 72 275
Decimal 101 58 189
Hex 65 3A BD

RGB Percentages of Color #653abd

%29.02
%16.67
%54.31

CMYK Percentages of Color #653abd

%47
%69
%0
%26

Triadic Colors of #653abd

#653abd #bd653a #3abd65

Analogous Colors of #653abd

#653abd #a73abd #3a50bd

Monochromatic Colors of #653abd

#653abd

Complementary Color

#653abd #92bd3a

#653abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#653abd Color CSS Codes

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

#653abd Text Font Color

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

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


#653abd Background Color

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

This div background color is #653abd


#653abd Border Color

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

This div border color is #653abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653abd


Comments

No comments written yet.

Please login to write comment.