Color Hex Logo

#6640eb Color Hex

#6640EB
(102,64,235)
0 Favorites   0 Comments

Color spaces of #6640eb

RGB 10264235
HSL0.700.810.59
HSV253°73°92°
CMYK 0.570.730.00   0.08
XYZ22.308312.489779.8322
Yxy12.48970.19460.1090
Hunter Lab35.340850.8289-109.1932
CIE-Lab41.984158.4912-80.3719

#6640eb color RGB value is (102,64,235).

#6640eb hex color red value is 102, green value is 64 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6640eb hue: 0.70 , saturation: 0.81 and the lightness value of 6640eb is 0.59.

The process color (four color CMYK) of #6640eb color hex is 0.57, 0.73, 0.00, 0.08. Web safe color of #6640eb is #6633ff. Color #6640eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000000 11101011
Octal 146 100 353
Decimal 102 64 235
Hex 66 40 EB

RGB Percentages of Color #6640eb

%25.44
%15.96
%58.60

CMYK Percentages of Color #6640eb

%57
%73
%0
%8

Triadic Colors of #6640eb

#6640eb #eb6640 #40eb66

Analogous Colors of #6640eb

#6640eb #bc40eb #4070eb

Monochromatic Colors of #6640eb

#6640eb

Complementary Color

#6640eb #c5eb40

#6640eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6640eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6640eb Color CSS Codes

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

#6640eb Text Font Color

<p style="color:#6640eb">Text here</p>

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


#6640eb Background Color

<div style="background-color:#6640eb">
Div content here</div>

This div background color is #6640eb


#6640eb Border Color

<div style="border:3px solid #6640eb">
Div here</div>

This div border color is #6640eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,64,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6640eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6640eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6640eb;
  box-shadow:         1px 1px 3px 2px #6640eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,64,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6640eb


Comments

No comments written yet.

Please login to write comment.