Color Hex Logo

#645cdd Color Hex

#645CDD
(100,92,221)
0 Favorites   0 Comments

Color spaces of #645cdd

RGB 10092221
HSL0.680.650.61
HSV244°58°87°
CMYK 0.550.580.00   0.13
XYZ22.133815.584170.2481
Yxy15.58410.20500.1443
Hunter Lab39.476730.9972-77.8718
CIE-Lab46.424038.5470-65.1900

#645cdd color RGB value is (100,92,221).

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

The process color (four color CMYK) of #645cdd color hex is 0.55, 0.58, 0.00, 0.13. Web safe color of #645cdd is #6666cc. Color #645cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011100 11011101
Octal 144 134 335
Decimal 100 92 221
Hex 64 5C DD

RGB Percentages of Color #645cdd

%24.21
%22.28
%53.51

CMYK Percentages of Color #645cdd

%55
%58
%0
%13

Triadic Colors of #645cdd

#645cdd #dd645c #5cdd64

Analogous Colors of #645cdd

#645cdd #a55cdd #5c95dd

Monochromatic Colors of #645cdd

#645cdd

Complementary Color

#645cdd #d5dd5c

#645cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#645cdd Color CSS Codes

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

#645cdd Text Font Color

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

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


#645cdd Background Color

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

This div background color is #645cdd


#645cdd Border Color

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

This div border color is #645cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645cdd


Comments

No comments written yet.

Please login to write comment.