Color Hex Logo

#653adb Color Hex

#653ADB
(101,58,219)
0 Favorites   0 Comments

Color spaces of #653adb

RGB 10158219
HSL0.710.690.54
HSV256°74°86°
CMYK 0.540.740.00   0.14
XYZ19.666110.907368.0866
Yxy10.90730.19930.1106
Hunter Lab33.026248.4955-99.1135
CIE-Lab39.423956.8347-75.4682

#653adb color RGB value is (101,58,219).

#653adb hex color red value is 101, green value is 58 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #653adb hue: 0.71 , saturation: 0.69 and the lightness value of 653adb is 0.54.

The process color (four color CMYK) of #653adb color hex is 0.54, 0.74, 0.00, 0.14. Web safe color of #653adb is #6633cc. Color #653adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111010 11011011
Octal 145 72 333
Decimal 101 58 219
Hex 65 3A DB

RGB Percentages of Color #653adb

%26.72
%15.34
%57.94

CMYK Percentages of Color #653adb

%54
%74
%0
%14

Triadic Colors of #653adb

#653adb #db653a #3adb65

Analogous Colors of #653adb

#653adb #b63adb #3a5fdb

Monochromatic Colors of #653adb

#653adb

Complementary Color

#653adb #b0db3a

#653adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#653adb Color CSS Codes

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

#653adb Text Font Color

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

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


#653adb Background Color

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

This div background color is #653adb


#653adb Border Color

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

This div border color is #653adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653adb


Comments

No comments written yet.

Please login to write comment.