Color Hex Logo

#6411dd Color Hex

#6411DD
(100,17,221)
0 Favorites   0 Comments

Color spaces of #6411dd

RGB 10017221
HSL0.730.860.47
HSV264°92°87°
CMYK 0.550.920.00   0.13
XYZ18.50718.330769.0392
Yxy8.33070.19300.0869
Hunter Lab28.863063.9451-121.6156
CIE-Lab34.662371.4312-84.4718

#6411dd color RGB value is (100,17,221).

#6411dd hex color red value is 100, green value is 17 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6411dd hue: 0.73 , saturation: 0.86 and the lightness value of 6411dd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010001 11011101
Octal 144 21 335
Decimal 100 17 221
Hex 64 11 DD

RGB Percentages of Color #6411dd

%29.59
%5.03
%65.38

CMYK Percentages of Color #6411dd

%55
%92
%0
%13

Triadic Colors of #6411dd

#6411dd #dd6411 #11dd64

Analogous Colors of #6411dd

#6411dd #ca11dd #1124dd

Monochromatic Colors of #6411dd

#6411dd

Complementary Color

#6411dd #8add11

#6411dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6411dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6411dd Color CSS Codes

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

#6411dd Text Font Color

<p style="color:#6411dd">Text here</p>

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


#6411dd Background Color

<div style="background-color:#6411dd">
Div content here</div>

This div background color is #6411dd


#6411dd Border Color

<div style="border:3px solid #6411dd">
Div here</div>

This div border color is #6411dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6411dd


Comments

No comments written yet.

Please login to write comment.