Color Hex Logo

#651dff Color Hex

#651DFF
(101,29,255)
0 Favorites   0 Comments

Color spaces of #651dff

RGB 10129255
HSL0.721.000.56
HSV259°89°100°
CMYK 0.600.890.00   0.00
XYZ23.856210.865495.4476
Yxy10.86540.18330.0835
Hunter Lab32.962771.5016-148.6076
CIE-Lab39.352876.8072-95.9742

#651dff color RGB value is (101,29,255).

#651dff hex color red value is 101, green value is 29 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #651dff hue: 0.72 , saturation: 1.00 and the lightness value of 651dff is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011101 11111111
Octal 145 35 377
Decimal 101 29 255
Hex 65 1D FF

RGB Percentages of Color #651dff

%26.23
%7.53
%66.23

CMYK Percentages of Color #651dff

%60
%89
%0
%0

Triadic Colors of #651dff

#651dff #ff651d #1dff65

Analogous Colors of #651dff

#651dff #d61dff #1d46ff

Monochromatic Colors of #651dff

#651dff

Complementary Color

#651dff #b7ff1d

#651dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#651dff Color CSS Codes

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

#651dff Text Font Color

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

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


#651dff Background Color

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

This div background color is #651dff


#651dff Border Color

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

This div border color is #651dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651dff

Related Colors


Comments

No comments written yet.

Please login to write comment.