Color Hex Logo

#651fdc Color Hex

#651FDC
(101,31,220)
0 Favorites   0 Comments

Color spaces of #651fdc

RGB 10131220
HSL0.730.750.49
HSV262°86°86°
CMYK 0.540.860.00   0.14
XYZ18.77518.914068.4412
Yxy8.91400.19530.0927
Hunter Lab29.856360.0009-115.0141
CIE-Lab35.818267.8412-81.9814

#651fdc color RGB value is (101,31,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011111 11011100
Octal 145 37 334
Decimal 101 31 220
Hex 65 1F DC

RGB Percentages of Color #651fdc

%28.69
%8.81
%62.50

CMYK Percentages of Color #651fdc

%54
%86
%0
%14

Triadic Colors of #651fdc

#651fdc #dc651f #1fdc65

Analogous Colors of #651fdc

#651fdc #c41fdc #1f38dc

Monochromatic Colors of #651fdc

#651fdc

Complementary Color

#651fdc #96dc1f

#651fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#651fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#651fdc Color CSS Codes

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

#651fdc Text Font Color

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

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


#651fdc Background Color

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

This div background color is #651fdc


#651fdc Border Color

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

This div border color is #651fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #651fdc


Comments

No comments written yet.

Please login to write comment.