Color Hex Logo

#641bdd Color Hex

#641BDD
(100,27,221)
0 Favorites   0 Comments

Color spaces of #641bdd

RGB 10027221
HSL0.730.780.49
HSV263°88°87°
CMYK 0.550.880.00   0.13
XYZ18.69868.713669.1030
Yxy8.71360.19370.0903
Hunter Lab29.518861.4124-118.1337
CIE-Lab35.426969.1317-83.2064

#641bdd color RGB value is (100,27,221).

#641bdd hex color red value is 100, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #641bdd hue: 0.73 , saturation: 0.78 and the lightness value of 641bdd is 0.49.

The process color (four color CMYK) of #641bdd color hex is 0.55, 0.88, 0.00, 0.13. Web safe color of #641bdd is #6633cc. Color #641bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00011011 11011101
Octal 144 33 335
Decimal 100 27 221
Hex 64 1B DD

RGB Percentages of Color #641bdd

%28.74
%7.76
%63.51

CMYK Percentages of Color #641bdd

%55
%88
%0
%13

Triadic Colors of #641bdd

#641bdd #dd641b #1bdd64

Analogous Colors of #641bdd

#641bdd #c51bdd #1b33dd

Monochromatic Colors of #641bdd

#641bdd

Complementary Color

#641bdd #94dd1b

#641bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#641bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#641bdd Color CSS Codes

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

#641bdd Text Font Color

<p style="color:#641bdd">Text here</p>

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


#641bdd Background Color

<div style="background-color:#641bdd">
Div content here</div>

This div background color is #641bdd


#641bdd Border Color

<div style="border:3px solid #641bdd">
Div here</div>

This div border color is #641bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #641bdd


Comments

No comments written yet.

Please login to write comment.