Color Hex Logo

#64139d Color Hex

#64139D
(100,19,157)
0 Favorites   0 Comments

Color spaces of #64139d

RGB 10019157
HSL0.760.780.35
HSV275°88°62°
CMYK 0.360.880.00   0.38
XYZ11.57425.609432.3710
Yxy5.60940.23360.1132
Hunter Lab23.684245.7837-64.4573
CIE-Lab28.404856.4301-56.9238

#64139d color RGB value is (100,19,157).

#64139d hex color red value is 100, green value is 19 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #64139d hue: 0.76 , saturation: 0.78 and the lightness value of 64139d is 0.35.

The process color (four color CMYK) of #64139d color hex is 0.36, 0.88, 0.00, 0.38. Web safe color of #64139d is #660099. Color #64139d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010011 10011101
Octal 144 23 235
Decimal 100 19 157
Hex 64 13 9D

RGB Percentages of Color #64139d

%36.23
%6.88
%56.88

CMYK Percentages of Color #64139d

%36
%88
%0
%38

Triadic Colors of #64139d

#64139d #9d6413 #139d64

Analogous Colors of #64139d

#64139d #9d1391 #1f139d

Monochromatic Colors of #64139d

#64139d

Complementary Color

#64139d #4c9d13

#64139d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64139d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64139d Color CSS Codes

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

#64139d Text Font Color

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

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


#64139d Background Color

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

This div background color is #64139d


#64139d Border Color

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

This div border color is #64139d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,19,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64139d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64139d;
  -webkit-box-shadow: 1px 1px 3px 2px #64139d;
  box-shadow:         1px 1px 3px 2px #64139d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64139d


Comments

No comments written yet.

Please login to write comment.