Color Hex Logo

#650efe Color Hex

#650EFE
(101,14,254)
0 Favorites   0 Comments

Color spaces of #650efe

RGB 10114254
HSL0.730.990.53
HSV262°94°100°
CMYK 0.600.940.00   0.00
XYZ23.413310.236594.5078
Yxy10.23650.18270.0799
Hunter Lab31.994574.6342-152.7390
CIE-Lab38.263679.5383-97.2220

#650efe color RGB value is (101,14,254).

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

The process color (four color CMYK) of #650efe color hex is 0.60, 0.94, 0.00, 0.00. Web safe color of #650efe is #6600ff. Color #650efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001110 11111110
Octal 145 16 376
Decimal 101 14 254
Hex 65 E FE

RGB Percentages of Color #650efe

%27.37
%3.79
%68.83

CMYK Percentages of Color #650efe

%60
%94
%0
%0

Triadic Colors of #650efe

#650efe #fe650e #0efe65

Analogous Colors of #650efe

#650efe #dd0efe #0e2ffe

Monochromatic Colors of #650efe

#650efe

Complementary Color

#650efe #a7fe0e

#650efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#650efe Color CSS Codes

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

#650efe Text Font Color

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

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


#650efe Background Color

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

This div background color is #650efe


#650efe Border Color

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

This div border color is #650efe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,14,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 #650efe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650efe


Comments

No comments written yet.

Please login to write comment.