Color Hex Logo

#651cff Color Hex

#651CFF
(101,28,255)
0 Favorites   0 Comments

Color spaces of #651cff

RGB 10128255
HSL0.721.000.55
HSV259°89°100°
CMYK 0.600.890.00   0.00
XYZ23.832110.817295.4396
Yxy10.81720.18320.0832
Hunter Lab32.889571.7864-149.0265
CIE-Lab39.270977.0543-96.1102

#651cff color RGB value is (101,28,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011100 11111111
Octal 145 34 377
Decimal 101 28 255
Hex 65 1C FF

RGB Percentages of Color #651cff

%26.30
%7.29
%66.41

CMYK Percentages of Color #651cff

%60
%89
%0
%0

Triadic Colors of #651cff

#651cff #ff651c #1cff65

Analogous Colors of #651cff

#651cff #d71cff #1c44ff

Monochromatic Colors of #651cff

#651cff

Complementary Color

#651cff #b6ff1c

#651cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#651cff Color CSS Codes

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

#651cff Text Font Color

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

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


#651cff Background Color

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

This div background color is #651cff


#651cff Border Color

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

This div border color is #651cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651cff

Related Colors


Comments

No comments written yet.

Please login to write comment.