Color Hex Logo

#441dde Color Hex

#441DDE
(68,29,222)
0 Favorites   0 Comments

Color spaces of #441dde

RGB 6829222
HSL0.700.770.49
HSV252°87°87°
CMYK 0.690.870.00   0.13
XYZ16.00817.381669.6883
Yxy7.38160.17200.0793
Hunter Lab27.169157.6267-133.0595
CIE-Lab32.660366.3811-88.4603

#441dde color RGB value is (68,29,222).

#441dde hex color red value is 68, green value is 29 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #441dde hue: 0.70 , saturation: 0.77 and the lightness value of 441dde is 0.49.

The process color (four color CMYK) of #441dde color hex is 0.69, 0.87, 0.00, 0.13. Web safe color of #441dde is #3333cc. Color #441dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011101 11011110
Octal 104 35 336
Decimal 68 29 222
Hex 44 1D DE

RGB Percentages of Color #441dde

%21.32
%9.09
%69.59

CMYK Percentages of Color #441dde

%69
%87
%0
%13

Triadic Colors of #441dde

#441dde #de441d #1dde44

Analogous Colors of #441dde

#441dde #a51dde #1d57de

Monochromatic Colors of #441dde

#441dde

Complementary Color

#441dde #b7de1d

#441dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#441dde Color CSS Codes

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

#441dde Text Font Color

<p style="color:#441dde">Text here</p>

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


#441dde Background Color

<div style="background-color:#441dde">
Div content here</div>

This div background color is #441dde


#441dde Border Color

<div style="border:3px solid #441dde">
Div here</div>

This div border color is #441dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,29,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #441dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #441dde;
  -webkit-box-shadow: 1px 1px 3px 2px #441dde;
  box-shadow:         1px 1px 3px 2px #441dde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,29,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441dde


Comments

No comments written yet.

Please login to write comment.