Color Hex Logo

#441fdf Color Hex

#441FDF
(68,31,223)
0 Favorites   0 Comments

Color spaces of #441fdf

RGB 6831223
HSL0.700.760.50
HSV252°86°87°
CMYK 0.700.860.00   0.13
XYZ16.19327.536670.4133
Yxy7.53660.17200.0801
Hunter Lab27.452957.2465-132.8547
CIE-Lab32.998565.9834-88.4728

#441fdf color RGB value is (68,31,223).

#441fdf hex color red value is 68, green value is 31 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #441fdf hue: 0.70 , saturation: 0.76 and the lightness value of 441fdf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011111 11011111
Octal 104 37 337
Decimal 68 31 223
Hex 44 1F DF

RGB Percentages of Color #441fdf

%21.12
%9.63
%69.25

CMYK Percentages of Color #441fdf

%70
%86
%0
%13

Triadic Colors of #441fdf

#441fdf #df441f #1fdf44

Analogous Colors of #441fdf

#441fdf #a41fdf #1f5adf

Monochromatic Colors of #441fdf

#441fdf

Complementary Color

#441fdf #badf1f

#441fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#441fdf Color CSS Codes

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

#441fdf Text Font Color

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

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


#441fdf Background Color

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

This div background color is #441fdf


#441fdf Border Color

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

This div border color is #441fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441fdf


Comments

No comments written yet.

Please login to write comment.