Color Hex Logo

#650eeb Color Hex

#650EEB
(101,14,235)
0 Favorites   0 Comments

Color spaces of #650eeb

RGB 10114235
HSL0.730.890.49
HSV264°94°92°
CMYK 0.570.940.00   0.08
XYZ20.51939.078979.2682
Yxy9.07890.18850.0834
Hunter Lab30.131268.8285-134.8863
CIE-Lab36.135875.2240-90.0295

#650eeb color RGB value is (101,14,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001110 11101011
Octal 145 16 353
Decimal 101 14 235
Hex 65 E EB

RGB Percentages of Color #650eeb

%28.86
%4.00
%67.14

CMYK Percentages of Color #650eeb

%57
%94
%0
%8

Triadic Colors of #650eeb

#650eeb #eb650e #0eeb65

Analogous Colors of #650eeb

#650eeb #d40eeb #0e26eb

Monochromatic Colors of #650eeb

#650eeb

Complementary Color

#650eeb #94eb0e

#650eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#650eeb Color CSS Codes

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

#650eeb Text Font Color

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

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


#650eeb Background Color

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

This div background color is #650eeb


#650eeb Border Color

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

This div border color is #650eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650eeb


Comments

No comments written yet.

Please login to write comment.