Color Hex Logo

#645acc Color Hex

#645ACC
(100,90,204)
0 Favorites   0 Comments

Color spaces of #645acc

RGB 10090204
HSL0.680.530.58
HSV245°56°80°
CMYK 0.510.560.00   0.20
XYZ19.810814.381358.8585
Yxy14.38130.21290.1546
Hunter Lab37.922726.8837-65.4761
CIE-Lab44.774934.4937-58.1377

#645acc color RGB value is (100,90,204).

#645acc hex color red value is 100, green value is 90 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #645acc hue: 0.68 , saturation: 0.53 and the lightness value of 645acc is 0.58.

The process color (four color CMYK) of #645acc color hex is 0.51, 0.56, 0.00, 0.20. Web safe color of #645acc is #6666cc. Color #645acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011010 11001100
Octal 144 132 314
Decimal 100 90 204
Hex 64 5A CC

RGB Percentages of Color #645acc

%25.38
%22.84
%51.78

CMYK Percentages of Color #645acc

%51
%56
%0
%20

Triadic Colors of #645acc

#645acc #cc645a #5acc64

Analogous Colors of #645acc

#645acc #9d5acc #5a89cc

Monochromatic Colors of #645acc

#645acc

Complementary Color

#645acc #c2cc5a

#645acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#645acc Color CSS Codes

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

#645acc Text Font Color

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

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


#645acc Background Color

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

This div background color is #645acc


#645acc Border Color

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

This div border color is #645acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,90,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #645acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #645acc;
  -webkit-box-shadow: 1px 1px 3px 2px #645acc;
  box-shadow:         1px 1px 3px 2px #645acc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645acc


Comments

No comments written yet.

Please login to write comment.