Color Hex Logo

#653abe Color Hex

#653ABE
(101,58,190)
0 Favorites   0 Comments

Color spaces of #653abe

RGB 10158190
HSL0.720.530.49
HSV260°69°75°
CMYK 0.470.690.00   0.25
XYZ16.17419.510549.6984
Yxy9.51050.21460.1262
Hunter Lab30.839139.6490-73.9608
CIE-Lab36.949248.8458-62.6977

#653abe color RGB value is (101,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111010 10111110
Octal 145 72 276
Decimal 101 58 190
Hex 65 3A BE

RGB Percentages of Color #653abe

%28.94
%16.62
%54.44

CMYK Percentages of Color #653abe

%47
%69
%0
%25

Triadic Colors of #653abe

#653abe #be653a #3abe65

Analogous Colors of #653abe

#653abe #a73abe #3a51be

Monochromatic Colors of #653abe

#653abe

Complementary Color

#653abe #93be3a

#653abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#653abe Color CSS Codes

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

#653abe Text Font Color

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

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


#653abe Background Color

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

This div background color is #653abe


#653abe Border Color

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

This div border color is #653abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653abe


Comments

No comments written yet.

Please login to write comment.