Color Hex Logo

#640ddd Color Hex

#640DDD
(100,13,221)
0 Favorites   0 Comments

Color spaces of #640ddd

RGB 10013221
HSL0.740.890.46
HSV265°94°87°
CMYK 0.550.940.00   0.13
XYZ18.45068.217669.0203
Yxy8.21760.19280.0859
Hunter Lab28.666464.7223-122.6867
CIE-Lab34.432072.1287-84.8532

#640ddd color RGB value is (100,13,221).

#640ddd hex color red value is 100, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #640ddd hue: 0.74 , saturation: 0.89 and the lightness value of 640ddd is 0.46.

The process color (four color CMYK) of #640ddd color hex is 0.55, 0.94, 0.00, 0.13. Web safe color of #640ddd is #6600cc. Color #640ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001101 11011101
Octal 144 15 335
Decimal 100 13 221
Hex 64 D DD

RGB Percentages of Color #640ddd

%29.94
%3.89
%66.17

CMYK Percentages of Color #640ddd

%55
%94
%0
%13

Triadic Colors of #640ddd

#640ddd #dd640d #0ddd64

Analogous Colors of #640ddd

#640ddd #cc0ddd #0d1edd

Monochromatic Colors of #640ddd

#640ddd

Complementary Color

#640ddd #86dd0d

#640ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#640ddd Color CSS Codes

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

#640ddd Text Font Color

<p style="color:#640ddd">Text here</p>

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


#640ddd Background Color

<div style="background-color:#640ddd">
Div content here</div>

This div background color is #640ddd


#640ddd Border Color

<div style="border:3px solid #640ddd">
Div here</div>

This div border color is #640ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640ddd


Comments

No comments written yet.

Please login to write comment.