Color Hex Logo

#653fef Color Hex

#653FEF
(101,63,239)
0 Favorites   0 Comments

Color spaces of #653fef

RGB 10163239
HSL0.700.850.59
HSV253°74°94°
CMYK 0.580.740.00   0.06
XYZ22.724312.553782.8868
Yxy12.55370.19230.1062
Hunter Lab35.431252.4789-113.8996
CIE-Lab42.082959.9703-82.4728

#653fef color RGB value is (101,63,239).

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

The process color (four color CMYK) of #653fef color hex is 0.58, 0.74, 0.00, 0.06. Web safe color of #653fef is #6633ff. Color #653fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111111 11101111
Octal 145 77 357
Decimal 101 63 239
Hex 65 3F EF

RGB Percentages of Color #653fef

%25.06
%15.63
%59.31

CMYK Percentages of Color #653fef

%58
%74
%0
%6

Triadic Colors of #653fef

#653fef #ef653f #3fef65

Analogous Colors of #653fef

#653fef #bd3fef #3f71ef

Monochromatic Colors of #653fef

#653fef

Complementary Color

#653fef #c9ef3f

#653fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#653fef Color CSS Codes

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

#653fef Text Font Color

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

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


#653fef Background Color

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

This div background color is #653fef


#653fef Border Color

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

This div border color is #653fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653fef


Comments

No comments written yet.

Please login to write comment.