Color Hex Logo

#651dfc Color Hex

#651DFC
(101,29,252)
0 Favorites   0 Comments

Color spaces of #651dfc

RGB 10129252
HSL0.720.970.55
HSV259°88°99°
CMYK 0.600.880.00   0.01
XYZ23.376910.673792.9236
Yxy10.67370.18410.0841
Hunter Lab32.670670.5490-145.7664
CIE-Lab39.025476.0922-94.8365

#651dfc color RGB value is (101,29,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011101 11111100
Octal 145 35 374
Decimal 101 29 252
Hex 65 1D FC

RGB Percentages of Color #651dfc

%26.44
%7.59
%65.97

CMYK Percentages of Color #651dfc

%60
%88
%0
%1

Triadic Colors of #651dfc

#651dfc #fc651d #1dfc65

Analogous Colors of #651dfc

#651dfc #d51dfc #1d44fc

Monochromatic Colors of #651dfc

#651dfc

Complementary Color

#651dfc #b4fc1d

#651dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#651dfc Color CSS Codes

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

#651dfc Text Font Color

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

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


#651dfc Background Color

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

This div background color is #651dfc


#651dfc Border Color

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

This div border color is #651dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.