Color Hex Logo

#645fe4 Color Hex

#645FE4
(100,95,228)
0 Favorites   0 Comments

Color spaces of #645fe4

RGB 10095228
HSL0.670.710.63
HSV242°58°89°
CMYK 0.560.580.00   0.11
XYZ23.351316.495275.3519
Yxy16.49520.20270.1432
Hunter Lab40.614331.5541-81.5711
CIE-Lab47.617638.9424-67.2200

#645fe4 color RGB value is (100,95,228).

#645fe4 hex color red value is 100, green value is 95 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #645fe4 hue: 0.67 , saturation: 0.71 and the lightness value of 645fe4 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011111 11100100
Octal 144 137 344
Decimal 100 95 228
Hex 64 5F E4

RGB Percentages of Color #645fe4

%23.64
%22.46
%53.90

CMYK Percentages of Color #645fe4

%56
%58
%0
%11

Triadic Colors of #645fe4

#645fe4 #e4645f #5fe464

Analogous Colors of #645fe4

#645fe4 #a75fe4 #5f9de4

Monochromatic Colors of #645fe4

#645fe4

Complementary Color

#645fe4 #dfe45f

#645fe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645fe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#645fe4 Color CSS Codes

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

#645fe4 Text Font Color

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

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


#645fe4 Background Color

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

This div background color is #645fe4


#645fe4 Border Color

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

This div border color is #645fe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645fe4


Comments

No comments written yet.

Please login to write comment.