Color Hex Logo

#653feb Color Hex

#653FEB
(101,63,235)
0 Favorites   0 Comments

Color spaces of #653feb

RGB 10163235
HSL0.700.810.58
HSV253°73°92°
CMYK 0.570.730.00   0.08
XYZ22.139712.319979.8083
Yxy12.31990.19380.1078
Hunter Lab35.099751.1672-110.2414
CIE-Lab41.720158.8500-80.8090

#653feb color RGB value is (101,63,235).

#653feb hex color red value is 101, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #653feb hue: 0.70 , saturation: 0.81 and the lightness value of 653feb is 0.58.

The process color (four color CMYK) of #653feb color hex is 0.57, 0.73, 0.00, 0.08. Web safe color of #653feb is #6633ff. Color #653feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111111 11101011
Octal 145 77 353
Decimal 101 63 235
Hex 65 3F EB

RGB Percentages of Color #653feb

%25.31
%15.79
%58.90

CMYK Percentages of Color #653feb

%57
%73
%0
%8

Triadic Colors of #653feb

#653feb #eb653f #3feb65

Analogous Colors of #653feb

#653feb #bb3feb #3f6feb

Monochromatic Colors of #653feb

#653feb

Complementary Color

#653feb #c5eb3f

#653feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#653feb Color CSS Codes

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

#653feb Text Font Color

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

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


#653feb Background Color

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

This div background color is #653feb


#653feb Border Color

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

This div border color is #653feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653feb


Comments

No comments written yet.

Please login to write comment.