Color Hex Logo

#643aee Color Hex

#643AEE
(100,58,238)
0 Favorites   0 Comments

Color spaces of #643aee

RGB 10058238
HSL0.710.840.58
HSV254°76°93°
CMYK 0.580.760.00   0.07
XYZ22.201211.908582.0174
Yxy11.90850.19120.1025
Hunter Lab34.508754.4479-116.7595
CIE-Lab41.070361.9353-83.5780

#643aee color RGB value is (100,58,238).

#643aee hex color red value is 100, green value is 58 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #643aee hue: 0.71 , saturation: 0.84 and the lightness value of 643aee is 0.58.

The process color (four color CMYK) of #643aee color hex is 0.58, 0.76, 0.00, 0.07. Web safe color of #643aee is #6633ff. Color #643aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111010 11101110
Octal 144 72 356
Decimal 100 58 238
Hex 64 3A EE

RGB Percentages of Color #643aee

%25.25
%14.65
%60.10

CMYK Percentages of Color #643aee

%58
%76
%0
%7

Triadic Colors of #643aee

#643aee #ee643a #3aee64

Analogous Colors of #643aee

#643aee #be3aee #3a6aee

Monochromatic Colors of #643aee

#643aee

Complementary Color

#643aee #c4ee3a

#643aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#643aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#643aee Color CSS Codes

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

#643aee Text Font Color

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

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


#643aee Background Color

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

This div background color is #643aee


#643aee Border Color

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

This div border color is #643aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #643aee


Comments

No comments written yet.

Please login to write comment.