Color Hex Logo

#650feb Color Hex

#650FEB
(101,15,235)
0 Favorites   0 Comments

Color spaces of #650feb

RGB 10115235
HSL0.730.880.49
HSV263°94°92°
CMYK 0.570.940.00   0.08
XYZ20.53309.106579.2728
Yxy9.10650.18850.0836
Hunter Lab30.177068.6451-134.6268
CIE-Lab36.188575.0633-89.9419

#650feb color RGB value is (101,15,235).

#650feb hex color red value is 101, green value is 15 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #650feb hue: 0.73 , saturation: 0.88 and the lightness value of 650feb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001111 11101011
Octal 145 17 353
Decimal 101 15 235
Hex 65 F EB

RGB Percentages of Color #650feb

%28.77
%4.27
%66.95

CMYK Percentages of Color #650feb

%57
%94
%0
%8

Triadic Colors of #650feb

#650feb #eb650f #0feb65

Analogous Colors of #650feb

#650feb #d30feb #0f27eb

Monochromatic Colors of #650feb

#650feb

Complementary Color

#650feb #95eb0f

#650feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#650feb Color CSS Codes

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

#650feb Text Font Color

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

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


#650feb Background Color

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

This div background color is #650feb


#650feb Border Color

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

This div border color is #650feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650feb


Comments

No comments written yet.

Please login to write comment.