Color Hex Logo

#643390 Color Hex

#643390
(100,51,144)
0 Favorites   0 Comments

Color spaces of #643390

RGB 10051144
HSL0.750.480.38
HSV272°65°56°
CMYK 0.310.650.00   0.44
XYZ11.47347.090627.1495
Yxy7.09060.25100.1551
Hunter Lab26.628230.3118-41.8110
CIE-Lab32.012340.1592-43.1023

#643390 color RGB value is (100,51,144).

#643390 hex color red value is 100, green value is 51 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #643390 hue: 0.75 , saturation: 0.48 and the lightness value of 643390 is 0.38.

The process color (four color CMYK) of #643390 color hex is 0.31, 0.65, 0.00, 0.44. Web safe color of #643390 is #663399. Color #643390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110011 10010000
Octal 144 63 220
Decimal 100 51 144
Hex 64 33 90

RGB Percentages of Color #643390

%33.90
%17.29
%48.81

CMYK Percentages of Color #643390

%31
%65
%0
%44

Triadic Colors of #643390

#643390 #906433 #339064

Analogous Colors of #643390

#643390 #90338e #363390

Monochromatic Colors of #643390

#643390

Complementary Color

#643390 #5f9033

#643390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#643390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#643390 Color CSS Codes

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

#643390 Text Font Color

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

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


#643390 Background Color

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

This div background color is #643390


#643390 Border Color

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

This div border color is #643390


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,51,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #643390; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #643390;
  -webkit-box-shadow: 1px 1px 3px 2px #643390;
  box-shadow:         1px 1px 3px 2px #643390; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #643390


Comments

No comments written yet.

Please login to write comment.