Color Hex Logo

#645398 Color Hex

#645398
(100,83,152)
0 Favorites   0 Comments

Color spaces of #645398

RGB 10083152
HSL0.710.290.46
HSV255°45°60°
CMYK 0.340.450.00   0.40
XYZ14.016311.162831.1217
Yxy11.16280.24900.1983
Hunter Lab33.410816.4145-31.8403
CIE-Lab39.853323.4137-35.4452

#645398 color RGB value is (100,83,152).

#645398 hex color red value is 100, green value is 83 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #645398 hue: 0.71 , saturation: 0.29 and the lightness value of 645398 is 0.46.

The process color (four color CMYK) of #645398 color hex is 0.34, 0.45, 0.00, 0.40. Web safe color of #645398 is #666699. Color #645398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010011 10011000
Octal 144 123 230
Decimal 100 83 152
Hex 64 53 98

RGB Percentages of Color #645398

%29.85
%24.78
%45.37

CMYK Percentages of Color #645398

%34
%45
%0
%40

Triadic Colors of #645398

#645398 #986453 #539864

Analogous Colors of #645398

#645398 #875398 #536598

Monochromatic Colors of #645398

#645398

Complementary Color

#645398 #879853

#645398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#645398 Color CSS Codes

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

#645398 Text Font Color

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

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


#645398 Background Color

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

This div background color is #645398


#645398 Border Color

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

This div border color is #645398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645398


Comments

No comments written yet.

Please login to write comment.