Color Hex Logo

#651fdd Color Hex

#651FDD
(101,31,221)
0 Favorites   0 Comments

Color spaces of #651fdd

RGB 10131221
HSL0.730.750.49
HSV262°86°87°
CMYK 0.540.860.00   0.13
XYZ18.90808.967169.1409
Yxy8.96710.19490.0924
Hunter Lab29.945160.3048-115.9343
CIE-Lab35.920968.0841-82.3862

#651fdd color RGB value is (101,31,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011111 11011101
Octal 145 37 335
Decimal 101 31 221
Hex 65 1F DD

RGB Percentages of Color #651fdd

%28.61
%8.78
%62.61

CMYK Percentages of Color #651fdd

%54
%86
%0
%13

Triadic Colors of #651fdd

#651fdd #dd651f #1fdd65

Analogous Colors of #651fdd

#651fdd #c41fdd #1f38dd

Monochromatic Colors of #651fdd

#651fdd

Complementary Color

#651fdd #97dd1f

#651fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#651fdd Color CSS Codes

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

#651fdd Text Font Color

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

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


#651fdd Background Color

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

This div background color is #651fdd


#651fdd Border Color

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

This div border color is #651fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651fdd


Comments

No comments written yet.

Please login to write comment.