Color Hex Logo

#64198a Color Hex

#64198A
(100,25,138)
0 Favorites   0 Comments

Color spaces of #64198a

RGB 10025138
HSL0.780.690.32
HSV280°82°54°
CMYK 0.280.820.00   0.46
XYZ10.19065.239624.5190
Yxy5.23960.25510.1312
Hunter Lab22.890239.4096-47.4859
CIE-Lab27.406850.4348-46.8384

#64198a color RGB value is (100,25,138).

#64198a hex color red value is 100, green value is 25 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #64198a hue: 0.78 , saturation: 0.69 and the lightness value of 64198a is 0.32.

The process color (four color CMYK) of #64198a color hex is 0.28, 0.82, 0.00, 0.46. Web safe color of #64198a is #660099. Color #64198a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00011001 10001010
Octal 144 31 212
Decimal 100 25 138
Hex 64 19 8A

RGB Percentages of Color #64198a

%38.02
%9.51
%52.47

CMYK Percentages of Color #64198a

%28
%82
%0
%46

Triadic Colors of #64198a

#64198a #8a6419 #198a64

Analogous Colors of #64198a

#64198a #8a1978 #2c198a

Monochromatic Colors of #64198a

#64198a

Complementary Color

#64198a #3f8a19

#64198a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64198a Color Preview on White Background

Lorem ipsum dolor sit amet.

#64198a Color CSS Codes

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

#64198a Text Font Color

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

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


#64198a Background Color

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

This div background color is #64198a


#64198a Border Color

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

This div border color is #64198a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,25,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64198a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64198a;
  -webkit-box-shadow: 1px 1px 3px 2px #64198a;
  box-shadow:         1px 1px 3px 2px #64198a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64198a


Comments

No comments written yet.

Please login to write comment.