Color Hex Logo

#650def Color Hex

#650DEF
(101,13,239)
0 Favorites   0 Comments

Color spaces of #650def

RGB 10113239
HSL0.730.900.49
HSV263°95°94°
CMYK 0.580.950.00   0.06
XYZ21.09079.286582.3422
Yxy9.28650.18710.0824
Hunter Lab30.473870.2097-138.8740
CIE-Lab36.530276.2828-91.6458

#650def color RGB value is (101,13,239).

#650def hex color red value is 101, green value is 13 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #650def hue: 0.73 , saturation: 0.90 and the lightness value of 650def is 0.49.

The process color (four color CMYK) of #650def color hex is 0.58, 0.95, 0.00, 0.06. Web safe color of #650def is #6600ff. Color #650def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001101 11101111
Octal 145 15 357
Decimal 101 13 239
Hex 65 D EF

RGB Percentages of Color #650def

%28.61
%3.68
%67.71

CMYK Percentages of Color #650def

%58
%95
%0
%6

Triadic Colors of #650def

#650def #ef650d #0def65

Analogous Colors of #650def

#650def #d60def #0d26ef

Monochromatic Colors of #650def

#650def

Complementary Color

#650def #97ef0d

#650def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650def Color Preview on White Background

Lorem ipsum dolor sit amet.

#650def Color CSS Codes

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

#650def Text Font Color

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

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


#650def Background Color

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

This div background color is #650def


#650def Border Color

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

This div border color is #650def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650def


Comments

No comments written yet.

Please login to write comment.