Color Hex Logo

#64219f Color Hex

#64219F
(100,33,159)
0 Favorites   0 Comments

Color spaces of #64219f

RGB 10033159
HSL0.760.660.38
HSV272°79°62°
CMYK 0.370.790.00   0.38
XYZ12.05746.300233.3815
Yxy6.30020.23300.1218
Hunter Lab25.100241.8208-61.2814
CIE-Lab30.157652.2771-55.2766

#64219f color RGB value is (100,33,159).

#64219f hex color red value is 100, green value is 33 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #64219f hue: 0.76 , saturation: 0.66 and the lightness value of 64219f is 0.38.

The process color (four color CMYK) of #64219f color hex is 0.37, 0.79, 0.00, 0.38. Web safe color of #64219f is #663399. Color #64219f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00100001 10011111
Octal 144 41 237
Decimal 100 33 159
Hex 64 21 9F

RGB Percentages of Color #64219f

%34.25
%11.30
%54.45

CMYK Percentages of Color #64219f

%37
%79
%0
%38

Triadic Colors of #64219f

#64219f #9f6421 #219f64

Analogous Colors of #64219f

#64219f #9f219b #25219f

Monochromatic Colors of #64219f

#64219f

Complementary Color

#64219f #5c9f21

#64219f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64219f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64219f Color CSS Codes

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

#64219f Text Font Color

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

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


#64219f Background Color

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

This div background color is #64219f


#64219f Border Color

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

This div border color is #64219f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,33,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64219f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64219f;
  -webkit-box-shadow: 1px 1px 3px 2px #64219f;
  box-shadow:         1px 1px 3px 2px #64219f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64219f


Comments

No comments written yet.

Please login to write comment.