Color Hex Logo

#645aea Color Hex

#645AEA
(100,90,234)
0 Favorites   0 Comments

Color spaces of #645aea

RGB 10090234
HSL0.680.770.64
HSV244°62°92°
CMYK 0.570.620.00   0.08
XYZ23.763015.962279.6705
Yxy15.96220.19900.1337
Hunter Lab39.952736.2506-90.2644
CIE-Lab46.924943.7580-71.7314

#645aea color RGB value is (100,90,234).

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

The process color (four color CMYK) of #645aea color hex is 0.57, 0.62, 0.00, 0.08. Web safe color of #645aea is #6666ff. Color #645aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011010 11101010
Octal 144 132 352
Decimal 100 90 234
Hex 64 5A EA

RGB Percentages of Color #645aea

%23.58
%21.23
%55.19

CMYK Percentages of Color #645aea

%57
%62
%0
%8

Triadic Colors of #645aea

#645aea #ea645a #5aea64

Analogous Colors of #645aea

#645aea #ac5aea #5a98ea

Monochromatic Colors of #645aea

#645aea

Complementary Color

#645aea #e0ea5a

#645aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#645aea Color CSS Codes

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

#645aea Text Font Color

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

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


#645aea Background Color

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

This div background color is #645aea


#645aea Border Color

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

This div border color is #645aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645aea


Comments

No comments written yet.

Please login to write comment.