Color Hex Logo

#643edd Color Hex

#643EDD
(100,62,221)
0 Favorites   0 Comments

Color spaces of #643edd

RGB 10062221
HSL0.710.700.55
HSV254°72°87°
CMYK 0.550.720.00   0.13
XYZ20.029311.375069.5466
Yxy11.37500.19840.1127
Hunter Lab33.726846.9835-98.6504
CIE-Lab40.205055.2773-75.3353

#643edd color RGB value is (100,62,221).

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

The process color (four color CMYK) of #643edd color hex is 0.55, 0.72, 0.00, 0.13. Web safe color of #643edd is #6633cc. Color #643edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111110 11011101
Octal 144 76 335
Decimal 100 62 221
Hex 64 3E DD

RGB Percentages of Color #643edd

%26.11
%16.19
%57.70

CMYK Percentages of Color #643edd

%55
%72
%0
%13

Triadic Colors of #643edd

#643edd #dd643e #3edd64

Analogous Colors of #643edd

#643edd #b43edd #3e68dd

Monochromatic Colors of #643edd

#643edd

Complementary Color

#643edd #b7dd3e

#643edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#643edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#643edd Color CSS Codes

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

#643edd Text Font Color

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

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


#643edd Background Color

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

This div background color is #643edd


#643edd Border Color

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

This div border color is #643edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #643edd


Comments

No comments written yet.

Please login to write comment.