Color Hex Logo

#651fda Color Hex

#651FDA
(101,31,218)
0 Favorites   0 Comments

Color spaces of #651fda

RGB 10131218
HSL0.730.750.49
HSV262°86°85°
CMYK 0.540.860.00   0.15
XYZ18.51178.808667.0542
Yxy8.80860.19620.0933
Hunter Lab29.679359.3961-113.1780
CIE-Lab35.613167.3569-81.1697

#651fda color RGB value is (101,31,218).

#651fda hex color red value is 101, green value is 31 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #651fda hue: 0.73 , saturation: 0.75 and the lightness value of 651fda is 0.49.

The process color (four color CMYK) of #651fda color hex is 0.54, 0.86, 0.00, 0.15. Web safe color of #651fda is #6633cc. Color #651fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011111 11011010
Octal 145 37 332
Decimal 101 31 218
Hex 65 1F DA

RGB Percentages of Color #651fda

%28.86
%8.86
%62.29

CMYK Percentages of Color #651fda

%54
%86
%0
%15

Triadic Colors of #651fda

#651fda #da651f #1fda65

Analogous Colors of #651fda

#651fda #c31fda #1f36da

Monochromatic Colors of #651fda

#651fda

Complementary Color

#651fda #94da1f

#651fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#651fda Color CSS Codes

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

#651fda Text Font Color

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

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


#651fda Background Color

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

This div background color is #651fda


#651fda Border Color

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

This div border color is #651fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651fda


Comments

No comments written yet.

Please login to write comment.