Color Hex Logo

#64359b Color Hex

#64359B
(100,53,155)
0 Favorites   0 Comments

Color spaces of #64359b

RGB 10053155
HSL0.740.490.41
HSV268°66°61°
CMYK 0.350.660.00   0.39
XYZ12.44507.622131.8256
Yxy7.62210.23980.1469
Hunter Lab27.608232.1487-49.0215
CIE-Lab33.183141.8995-47.9314

#64359b color RGB value is (100,53,155).

#64359b hex color red value is 100, green value is 53 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #64359b hue: 0.74 , saturation: 0.49 and the lightness value of 64359b is 0.41.

The process color (four color CMYK) of #64359b color hex is 0.35, 0.66, 0.00, 0.39. Web safe color of #64359b is #663399. Color #64359b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110101 10011011
Octal 144 65 233
Decimal 100 53 155
Hex 64 35 9B

RGB Percentages of Color #64359b

%32.47
%17.21
%50.32

CMYK Percentages of Color #64359b

%35
%66
%0
%39

Triadic Colors of #64359b

#64359b #9b6435 #359b64

Analogous Colors of #64359b

#64359b #97359b #35399b

Monochromatic Colors of #64359b

#64359b

Complementary Color

#64359b #6c9b35

#64359b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64359b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64359b Color CSS Codes

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

#64359b Text Font Color

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

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


#64359b Background Color

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

This div background color is #64359b


#64359b Border Color

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

This div border color is #64359b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,53,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64359b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64359b;
  -webkit-box-shadow: 1px 1px 3px 2px #64359b;
  box-shadow:         1px 1px 3px 2px #64359b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64359b


Comments

No comments written yet.

Please login to write comment.