Color Hex Logo

#651dc2 Color Hex

#651DC2
(101,29,194)
0 Favorites   0 Comments

Color spaces of #651dc2

RGB 10129194
HSL0.740.740.44
HSV266°85°76°
CMYK 0.480.850.00   0.24
XYZ15.54387.540551.6751
Yxy7.54050.20790.1009
Hunter Lab27.460052.9855-92.3519
CIE-Lab33.007062.1909-71.5097

#651dc2 color RGB value is (101,29,194).

#651dc2 hex color red value is 101, green value is 29 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #651dc2 hue: 0.74 , saturation: 0.74 and the lightness value of 651dc2 is 0.44.

The process color (four color CMYK) of #651dc2 color hex is 0.48, 0.85, 0.00, 0.24. Web safe color of #651dc2 is #6633cc. Color #651dc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011101 11000010
Octal 145 35 302
Decimal 101 29 194
Hex 65 1D C2

RGB Percentages of Color #651dc2

%31.17
%8.95
%59.88

CMYK Percentages of Color #651dc2

%48
%85
%0
%24

Triadic Colors of #651dc2

#651dc2 #c2651d #1dc265

Analogous Colors of #651dc2

#651dc2 #b81dc2 #1d27c2

Monochromatic Colors of #651dc2

#651dc2

Complementary Color

#651dc2 #7ac21d

#651dc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651dc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#651dc2 Color CSS Codes

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

#651dc2 Text Font Color

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

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


#651dc2 Background Color

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

This div background color is #651dc2


#651dc2 Border Color

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

This div border color is #651dc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651dc2


Comments

No comments written yet.

Please login to write comment.