Color Hex Logo

#651cfc Color Hex

#651CFC
(101,28,252)
0 Favorites   0 Comments

Color spaces of #651cfc

RGB 10128252
HSL0.720.970.55
HSV260°89°99°
CMYK 0.600.890.00   0.01
XYZ23.352810.625592.9156
Yxy10.62550.18400.0837
Hunter Lab32.596870.8356-146.1856
CIE-Lab38.942476.3420-94.9741

#651cfc color RGB value is (101,28,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011100 11111100
Octal 145 34 374
Decimal 101 28 252
Hex 65 1C FC

RGB Percentages of Color #651cfc

%26.51
%7.35
%66.14

CMYK Percentages of Color #651cfc

%60
%89
%0
%1

Triadic Colors of #651cfc

#651cfc #fc651c #1cfc65

Analogous Colors of #651cfc

#651cfc #d51cfc #1c43fc

Monochromatic Colors of #651cfc

#651cfc

Complementary Color

#651cfc #b3fc1c

#651cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#651cfc Color CSS Codes

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

#651cfc Text Font Color

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

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


#651cfc Background Color

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

This div background color is #651cfc


#651cfc Border Color

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

This div border color is #651cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651cfc


Comments

No comments written yet.

Please login to write comment.