Color Hex Logo

#645dda Color Hex

#645DDA
(100,93,218)
0 Favorites   0 Comments

Color spaces of #645dda

RGB 10093218
HSL0.680.630.61
HSV243°57°85°
CMYK 0.540.570.00   0.15
XYZ21.824815.600068.1905
Yxy15.60000.20660.1477
Hunter Lab39.496829.5144-74.7152
CIE-Lab46.445337.0174-63.4494

#645dda color RGB value is (100,93,218).

#645dda hex color red value is 100, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #645dda hue: 0.68 , saturation: 0.63 and the lightness value of 645dda is 0.61.

The process color (four color CMYK) of #645dda color hex is 0.54, 0.57, 0.00, 0.15. Web safe color of #645dda is #6666cc. Color #645dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011101 11011010
Octal 144 135 332
Decimal 100 93 218
Hex 64 5D DA

RGB Percentages of Color #645dda

%24.33
%22.63
%53.04

CMYK Percentages of Color #645dda

%54
%57
%0
%15

Triadic Colors of #645dda

#645dda #da645d #5dda64

Analogous Colors of #645dda

#645dda #a35dda #5d95da

Monochromatic Colors of #645dda

#645dda

Complementary Color

#645dda #d3da5d

#645dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#645dda Color CSS Codes

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

#645dda Text Font Color

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

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


#645dda Background Color

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

This div background color is #645dda


#645dda Border Color

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

This div border color is #645dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645dda


Comments

No comments written yet.

Please login to write comment.