Color Hex Logo

#653efe Color Hex

#653EFE
(101,62,254)
0 Favorites   0 Comments

Color spaces of #653efe

RGB 10162254
HSL0.700.990.62
HSV252°76°100°
CMYK 0.600.760.00   0.00
XYZ24.978813.367795.0296
Yxy13.36770.18730.1002
Hunter Lab36.561957.9666-128.5100
CIE-Lab43.312164.6129-88.8680

#653efe color RGB value is (101,62,254).

#653efe hex color red value is 101, green value is 62 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #653efe hue: 0.70 , saturation: 0.99 and the lightness value of 653efe is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111110 11111110
Octal 145 76 376
Decimal 101 62 254
Hex 65 3E FE

RGB Percentages of Color #653efe

%24.22
%14.87
%60.91

CMYK Percentages of Color #653efe

%60
%76
%0
%0

Triadic Colors of #653efe

#653efe #fe653e #3efe65

Analogous Colors of #653efe

#653efe #c53efe #3e77fe

Monochromatic Colors of #653efe

#653efe

Complementary Color

#653efe #d7fe3e

#653efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#653efe Color CSS Codes

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

#653efe Text Font Color

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

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


#653efe Background Color

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

This div background color is #653efe


#653efe Border Color

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

This div border color is #653efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653efe

Related Colors


Comments

No comments written yet.

Please login to write comment.