Color Hex Logo

#651ffc Color Hex

#651FFC
(101,31,252)
0 Favorites   0 Comments

Color spaces of #651ffc

RGB 10131252
HSL0.720.970.55
HSV259°88°99°
CMYK 0.600.880.00   0.01
XYZ23.427510.774992.9405
Yxy10.77490.18430.0847
Hunter Lab32.825169.9525-144.8950
CIE-Lab39.198775.5708-94.5491

#651ffc color RGB value is (101,31,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011111 11111100
Octal 145 37 374
Decimal 101 31 252
Hex 65 1F FC

RGB Percentages of Color #651ffc

%26.30
%8.07
%65.63

CMYK Percentages of Color #651ffc

%60
%88
%0
%1

Triadic Colors of #651ffc

#651ffc #fc651f #1ffc65

Analogous Colors of #651ffc

#651ffc #d41ffc #1f47fc

Monochromatic Colors of #651ffc

#651ffc

Complementary Color

#651ffc #b6fc1f

#651ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#651ffc Color CSS Codes

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

#651ffc Text Font Color

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

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


#651ffc Background Color

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

This div background color is #651ffc


#651ffc Border Color

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

This div border color is #651ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651ffc


Comments

No comments written yet.

Please login to write comment.