Color Hex Logo

#650ecc Color Hex

#650ECC
(101,14,204)
0 Favorites   0 Comments

Color spaces of #650ecc

RGB 10114204
HSL0.740.870.43
HSV267°93°80°
CMYK 0.500.930.00   0.20
XYZ16.42297.440457.6973
Yxy7.44040.20140.0912
Hunter Lab27.277159.7357-106.3179
CIE-Lab32.789268.1903-77.7242

#650ecc color RGB value is (101,14,204).

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

The process color (four color CMYK) of #650ecc color hex is 0.50, 0.93, 0.00, 0.20. Web safe color of #650ecc is #6600cc. Color #650ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001110 11001100
Octal 145 16 314
Decimal 101 14 204
Hex 65 E CC

RGB Percentages of Color #650ecc

%31.66
%4.39
%63.95

CMYK Percentages of Color #650ecc

%50
%93
%0
%20

Triadic Colors of #650ecc

#650ecc #cc650e #0ecc65

Analogous Colors of #650ecc

#650ecc #c40ecc #0e16cc

Monochromatic Colors of #650ecc

#650ecc

Complementary Color

#650ecc #75cc0e

#650ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#650ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#650ecc Color CSS Codes

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

#650ecc Text Font Color

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

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


#650ecc Background Color

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

This div background color is #650ecc


#650ecc Border Color

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

This div border color is #650ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #650ecc


Comments

No comments written yet.

Please login to write comment.