Color Hex Logo

#640eca Color Hex

#640ECA
(100,14,202)
0 Favorites   0 Comments

Color spaces of #640eca

RGB 10014202
HSL0.740.870.42
HSV267°93°79°
CMYK 0.500.930.00   0.21
XYZ16.07327.287756.4366
Yxy7.28770.20140.0913
Hunter Lab26.995759.0359-105.0531
CIE-Lab32.453167.6480-77.1162

#640eca color RGB value is (100,14,202).

#640eca hex color red value is 100, green value is 14 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #640eca hue: 0.74 , saturation: 0.87 and the lightness value of 640eca is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001110 11001010
Octal 144 16 312
Decimal 100 14 202
Hex 64 E CA

RGB Percentages of Color #640eca

%31.65
%4.43
%63.92

CMYK Percentages of Color #640eca

%50
%93
%0
%21

Triadic Colors of #640eca

#640eca #ca640e #0eca64

Analogous Colors of #640eca

#640eca #c20eca #0e16ca

Monochromatic Colors of #640eca

#640eca

Complementary Color

#640eca #74ca0e

#640eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#640eca Color CSS Codes

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

#640eca Text Font Color

<p style="color:#640eca">Text here</p>

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


#640eca Background Color

<div style="background-color:#640eca">
Div content here</div>

This div background color is #640eca


#640eca Border Color

<div style="border:3px solid #640eca">
Div here</div>

This div border color is #640eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,14,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #640eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #640eca;
  -webkit-box-shadow: 1px 1px 3px 2px #640eca;
  box-shadow:         1px 1px 3px 2px #640eca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640eca


Comments

No comments written yet.

Please login to write comment.