Color Hex Logo

#645eeb Color Hex

#645EEB
(100,94,235)
0 Favorites   0 Comments

Color spaces of #645eeb

RGB 10094235
HSL0.670.780.65
HSV243°60°92°
CMYK 0.570.600.00   0.08
XYZ24.253616.712980.5449
Yxy16.71290.19960.1375
Hunter Lab40.881434.3557-88.1967
CIE-Lab47.896241.7239-70.7136

#645eeb color RGB value is (100,94,235).

#645eeb hex color red value is 100, green value is 94 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #645eeb hue: 0.67 , saturation: 0.78 and the lightness value of 645eeb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011110 11101011
Octal 144 136 353
Decimal 100 94 235
Hex 64 5E EB

RGB Percentages of Color #645eeb

%23.31
%21.91
%54.78

CMYK Percentages of Color #645eeb

%57
%60
%0
%8

Triadic Colors of #645eeb

#645eeb #eb645e #5eeb64

Analogous Colors of #645eeb

#645eeb #ab5eeb #5e9feb

Monochromatic Colors of #645eeb

#645eeb

Complementary Color

#645eeb #e5eb5e

#645eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#645eeb Color CSS Codes

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

#645eeb Text Font Color

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

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


#645eeb Background Color

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

This div background color is #645eeb


#645eeb Border Color

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

This div border color is #645eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645eeb


Comments

No comments written yet.

Please login to write comment.