Color Hex Logo

#653afb Color Hex

#653AFB
(101,58,251)
0 Favorites   0 Comments

Color spaces of #653afb

RGB 10158251
HSL0.700.960.61
HSV253°77°98°
CMYK 0.600.770.00   0.02
XYZ24.292512.757892.4489
Yxy12.75780.18760.0985
Hunter Lab35.718158.8945-128.4574
CIE-Lab42.396065.6012-88.7015

#653afb color RGB value is (101,58,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111010 11111011
Octal 145 72 373
Decimal 101 58 251
Hex 65 3A FB

RGB Percentages of Color #653afb

%24.63
%14.15
%61.22

CMYK Percentages of Color #653afb

%60
%77
%0
%2

Triadic Colors of #653afb

#653afb #fb653a #3afb65

Analogous Colors of #653afb

#653afb #c63afb #3a70fb

Monochromatic Colors of #653afb

#653afb

Complementary Color

#653afb #d0fb3a

#653afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#653afb Color CSS Codes

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

#653afb Text Font Color

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

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


#653afb Background Color

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

This div background color is #653afb


#653afb Border Color

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

This div border color is #653afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653afb

Related Colors


Comments

No comments written yet.

Please login to write comment.