Color Hex Logo

#643ed9 Color Hex

#643ED9
(100,62,217)
0 Favorites   0 Comments

Color spaces of #643ed9

RGB 10062217
HSL0.710.670.55
HSV255°71°85°
CMYK 0.540.710.00   0.15
XYZ19.502511.164366.7727
Yxy11.16430.20010.1146
Hunter Lab33.413045.7140-95.0962
CIE-Lab39.855854.1506-73.6162

#643ed9 color RGB value is (100,62,217).

#643ed9 hex color red value is 100, green value is 62 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #643ed9 hue: 0.71 , saturation: 0.67 and the lightness value of 643ed9 is 0.55.

The process color (four color CMYK) of #643ed9 color hex is 0.54, 0.71, 0.00, 0.15. Web safe color of #643ed9 is #6633cc. Color #643ed9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111110 11011001
Octal 144 76 331
Decimal 100 62 217
Hex 64 3E D9

RGB Percentages of Color #643ed9

%26.39
%16.36
%57.26

CMYK Percentages of Color #643ed9

%54
%71
%0
%15

Triadic Colors of #643ed9

#643ed9 #d9643e #3ed964

Analogous Colors of #643ed9

#643ed9 #b23ed9 #3e66d9

Monochromatic Colors of #643ed9

#643ed9

Complementary Color

#643ed9 #b3d93e

#643ed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#643ed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#643ed9 Color CSS Codes

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

#643ed9 Text Font Color

<p style="color:#643ed9">Text here</p>

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


#643ed9 Background Color

<div style="background-color:#643ed9">
Div content here</div>

This div background color is #643ed9


#643ed9 Border Color

<div style="border:3px solid #643ed9">
Div here</div>

This div border color is #643ed9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,62,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #643ed9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #643ed9;
  -webkit-box-shadow: 1px 1px 3px 2px #643ed9;
  box-shadow:         1px 1px 3px 2px #643ed9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #643ed9


Comments

No comments written yet.

Please login to write comment.