Color Hex Logo

#650edf Color Hex

#650EDF
(101,14,223)
0 Favorites   0 Comments

Color spaces of #650edf

RGB 10114223
HSL0.740.880.46
HSV265°94°87°
CMYK 0.550.940.00   0.13
XYZ18.84318.408570.4419
Yxy8.40850.19290.0861
Hunter Lab28.997465.2474-123.7319
CIE-Lab34.819672.4968-85.3565

#650edf color RGB value is (101,14,223).

#650edf hex color red value is 101, green value is 14 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #650edf hue: 0.74 , saturation: 0.88 and the lightness value of 650edf is 0.46.

The process color (four color CMYK) of #650edf color hex is 0.55, 0.94, 0.00, 0.13. Web safe color of #650edf is #6600cc. Color #650edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001110 11011111
Octal 145 16 337
Decimal 101 14 223
Hex 65 E DF

RGB Percentages of Color #650edf

%29.88
%4.14
%65.98

CMYK Percentages of Color #650edf

%55
%94
%0
%13

Triadic Colors of #650edf

#650edf #df650e #0edf65

Analogous Colors of #650edf

#650edf #ce0edf #0e20df

Monochromatic Colors of #650edf

#650edf

Complementary Color

#650edf #88df0e

#650edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#650edf Color CSS Codes

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

#650edf Text Font Color

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

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


#650edf Background Color

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

This div background color is #650edf


#650edf Border Color

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

This div border color is #650edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650edf


Comments

No comments written yet.

Please login to write comment.