Color Hex Logo

#651afe Color Hex

#651AFE
(101,26,254)
0 Favorites   0 Comments

Color spaces of #651afe

RGB 10126254
HSL0.720.990.55
HSV260°90°100°
CMYK 0.600.900.00   0.00
XYZ23.625610.661294.5785
Yxy10.66120.18330.0827
Hunter Lab32.651572.0169-148.8837
CIE-Lab39.003977.2918-95.9931

#651afe color RGB value is (101,26,254).

#651afe hex color red value is 101, green value is 26 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #651afe hue: 0.72 , saturation: 0.99 and the lightness value of 651afe is 0.55.

The process color (four color CMYK) of #651afe color hex is 0.60, 0.90, 0.00, 0.00. Web safe color of #651afe is #6633ff. Color #651afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011010 11111110
Octal 145 32 376
Decimal 101 26 254
Hex 65 1A FE

RGB Percentages of Color #651afe

%26.51
%6.82
%66.67

CMYK Percentages of Color #651afe

%60
%90
%0
%0

Triadic Colors of #651afe

#651afe #fe651a #1afe65

Analogous Colors of #651afe

#651afe #d71afe #1a41fe

Monochromatic Colors of #651afe

#651afe

Complementary Color

#651afe #b3fe1a

#651afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#651afe Color CSS Codes

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

#651afe Text Font Color

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

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


#651afe Background Color

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

This div background color is #651afe


#651afe Border Color

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

This div border color is #651afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651afe

Related Colors


Comments

No comments written yet.

Please login to write comment.