Color Hex Logo

#650ffd Color Hex

#650FFD
(101,15,253)
0 Favorites   0 Comments

Color spaces of #650ffd

RGB 10115253
HSL0.730.980.53
HSV262°94°99°
CMYK 0.600.940.00   0.01
XYZ23.267310.200293.6710
Yxy10.20020.18300.0802
Hunter Lab31.937874.1498-151.5366
CIE-Lab38.199479.1622-96.7679

#650ffd color RGB value is (101,15,253).

#650ffd hex color red value is 101, green value is 15 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #650ffd hue: 0.73 , saturation: 0.98 and the lightness value of 650ffd is 0.53.

The process color (four color CMYK) of #650ffd color hex is 0.60, 0.94, 0.00, 0.01. Web safe color of #650ffd is #6600ff. Color #650ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001111 11111101
Octal 145 17 375
Decimal 101 15 253
Hex 65 F FD

RGB Percentages of Color #650ffd

%27.37
%4.07
%68.56

CMYK Percentages of Color #650ffd

%60
%94
%0
%1

Triadic Colors of #650ffd

#650ffd #fd650f #0ffd65

Analogous Colors of #650ffd

#650ffd #dc0ffd #0f30fd

Monochromatic Colors of #650ffd

#650ffd

Complementary Color

#650ffd #a7fd0f

#650ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#650ffd Color CSS Codes

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

#650ffd Text Font Color

<p style="color:#650ffd">Text here</p>

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


#650ffd Background Color

<div style="background-color:#650ffd">
Div content here</div>

This div background color is #650ffd


#650ffd Border Color

<div style="border:3px solid #650ffd">
Div here</div>

This div border color is #650ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,15,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #650ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #650ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #650ffd;
  box-shadow:         1px 1px 3px 2px #650ffd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650ffd


Comments

No comments written yet.

Please login to write comment.