Color Hex Logo

#645feb Color Hex

#645FEB
(100,95,235)
0 Favorites   0 Comments

Color spaces of #645feb

RGB 10095235
HSL0.670.780.65
HSV242°60°92°
CMYK 0.570.600.00   0.08
XYZ24.343116.891980.5747
Yxy16.89190.19980.1387
Hunter Lab41.099833.7997-87.4662
CIE-Lab48.123541.1338-70.3440

#645feb color RGB value is (100,95,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011111 11101011
Octal 144 137 353
Decimal 100 95 235
Hex 64 5F EB

RGB Percentages of Color #645feb

%23.26
%22.09
%54.65

CMYK Percentages of Color #645feb

%57
%60
%0
%8

Triadic Colors of #645feb

#645feb #eb645f #5feb64

Analogous Colors of #645feb

#645feb #aa5feb #5fa0eb

Monochromatic Colors of #645feb

#645feb

Complementary Color

#645feb #e6eb5f

#645feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#645feb Color CSS Codes

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

#645feb Text Font Color

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

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


#645feb Background Color

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

This div background color is #645feb


#645feb Border Color

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

This div border color is #645feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,95,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 #645feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645feb


Comments

No comments written yet.

Please login to write comment.