Color Hex Logo

#651eef Color Hex

#651EEF
(101,30,239)
0 Favorites   0 Comments

Color spaces of #651eef

RGB 10130239
HSL0.720.870.53
HSV260°87°94°
CMYK 0.580.870.00   0.06
XYZ21.41119.927282.4490
Yxy9.92720.18820.0872
Hunter Lab31.507566.1628-133.0954
CIE-Lab37.711572.7162-89.6878

#651eef color RGB value is (101,30,239).

#651eef hex color red value is 101, green value is 30 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #651eef hue: 0.72 , saturation: 0.87 and the lightness value of 651eef is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011110 11101111
Octal 145 36 357
Decimal 101 30 239
Hex 65 1E EF

RGB Percentages of Color #651eef

%27.30
%8.11
%64.59

CMYK Percentages of Color #651eef

%58
%87
%0
%6

Triadic Colors of #651eef

#651eef #ef651e #1eef65

Analogous Colors of #651eef

#651eef #ce1eef #1e40ef

Monochromatic Colors of #651eef

#651eef

Complementary Color

#651eef #a8ef1e

#651eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#651eef Color CSS Codes

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

#651eef Text Font Color

<p style="color:#651eef">Text here</p>

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


#651eef Background Color

<div style="background-color:#651eef">
Div content here</div>

This div background color is #651eef


#651eef Border Color

<div style="border:3px solid #651eef">
Div here</div>

This div border color is #651eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651eef


Comments

No comments written yet.

Please login to write comment.