Color Hex Logo

#645afd Color Hex

#645AFD
(100,90,253)
0 Favorites   0 Comments

Color spaces of #645afd

RGB 10090253
HSL0.680.980.67
HSV244°64°99°
CMYK 0.600.640.00   0.01
XYZ26.641317.113594.8276
Yxy17.11350.19220.1235
Hunter Lab41.368542.5592-106.9506
CIE-Lab48.402749.6239-79.9556

#645afd color RGB value is (100,90,253).

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

The process color (four color CMYK) of #645afd color hex is 0.60, 0.64, 0.00, 0.01. Web safe color of #645afd is #6666ff. Color #645afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011010 11111101
Octal 144 132 375
Decimal 100 90 253
Hex 64 5A FD

RGB Percentages of Color #645afd

%22.57
%20.32
%57.11

CMYK Percentages of Color #645afd

%60
%64
%0
%1

Triadic Colors of #645afd

#645afd #fd645a #5afd64

Analogous Colors of #645afd

#645afd #b65afd #5aa2fd

Monochromatic Colors of #645afd

#645afd

Complementary Color

#645afd #f3fd5a

#645afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#645afd Color CSS Codes

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

#645afd Text Font Color

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

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


#645afd Background Color

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

This div background color is #645afd


#645afd Border Color

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

This div border color is #645afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645afd


Comments

No comments written yet.

Please login to write comment.