Color Hex Logo

#653afa Color Hex

#653AFA
(101,58,250)
0 Favorites   0 Comments

Color spaces of #653afa

RGB 10158250
HSL0.700.950.60
HSV253°77°98°
CMYK 0.600.770.00   0.02
XYZ24.135212.694991.6208
Yxy12.69490.18790.0988
Hunter Lab35.629958.5611-127.5208
CIE-Lab42.299965.3292-88.3000

#653afa color RGB value is (101,58,250).

#653afa hex color red value is 101, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #653afa hue: 0.70 , saturation: 0.95 and the lightness value of 653afa is 0.60.

The process color (four color CMYK) of #653afa color hex is 0.60, 0.77, 0.00, 0.02. Web safe color of #653afa is #6633ff. Color #653afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111010 11111010
Octal 145 72 372
Decimal 101 58 250
Hex 65 3A FA

RGB Percentages of Color #653afa

%24.69
%14.18
%61.12

CMYK Percentages of Color #653afa

%60
%77
%0
%2

Triadic Colors of #653afa

#653afa #fa653a #3afa65

Analogous Colors of #653afa

#653afa #c53afa #3a6ffa

Monochromatic Colors of #653afa

#653afa

Complementary Color

#653afa #cffa3a

#653afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#653afa Color CSS Codes

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

#653afa Text Font Color

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

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


#653afa Background Color

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

This div background color is #653afa


#653afa Border Color

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

This div border color is #653afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653afa


Comments

No comments written yet.

Please login to write comment.