Color Hex Logo

#651be2 Color Hex

#651BE2
(101,27,226)
0 Favorites   0 Comments

Color spaces of #651be2

RGB 10127226
HSL0.730.790.50
HSV262°88°89°
CMYK 0.550.880.00   0.11
XYZ19.48629.041672.6697
Yxy9.04160.19260.0893
Hunter Lab30.069363.0547-122.2403
CIE-Lab36.064370.4114-85.0151

#651be2 color RGB value is (101,27,226).

#651be2 hex color red value is 101, green value is 27 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #651be2 hue: 0.73 , saturation: 0.79 and the lightness value of 651be2 is 0.50.

The process color (four color CMYK) of #651be2 color hex is 0.55, 0.88, 0.00, 0.11. Web safe color of #651be2 is #6633cc. Color #651be2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011011 11100010
Octal 145 33 342
Decimal 101 27 226
Hex 65 1B E2

RGB Percentages of Color #651be2

%28.53
%7.63
%63.84

CMYK Percentages of Color #651be2

%55
%88
%0
%11

Triadic Colors of #651be2

#651be2 #e2651b #1be265

Analogous Colors of #651be2

#651be2 #c91be2 #1b34e2

Monochromatic Colors of #651be2

#651be2

Complementary Color

#651be2 #98e21b

#651be2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651be2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#651be2 Color CSS Codes

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

#651be2 Text Font Color

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

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


#651be2 Background Color

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

This div background color is #651be2


#651be2 Border Color

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

This div border color is #651be2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651be2


Comments

No comments written yet.

Please login to write comment.