Color Hex Logo

#441bdf Color Hex

#441BDF
(68,27,223)
0 Favorites   0 Comments

Color spaces of #441bdf

RGB 6827223
HSL0.700.780.49
HSV253°88°87°
CMYK 0.700.880.00   0.13
XYZ16.09517.340570.3806
Yxy7.34050.17160.0782
Hunter Lab27.093458.6265-135.0527
CIE-Lab32.569867.2704-89.1852

#441bdf color RGB value is (68,27,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011011 11011111
Octal 104 33 337
Decimal 68 27 223
Hex 44 1B DF

RGB Percentages of Color #441bdf

%21.38
%8.49
%70.13

CMYK Percentages of Color #441bdf

%70
%88
%0
%13

Triadic Colors of #441bdf

#441bdf #df441b #1bdf44

Analogous Colors of #441bdf

#441bdf #a61bdf #1b54df

Monochromatic Colors of #441bdf

#441bdf

Complementary Color

#441bdf #b6df1b

#441bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#441bdf Color CSS Codes

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

#441bdf Text Font Color

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

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


#441bdf Background Color

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

This div background color is #441bdf


#441bdf Border Color

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

This div border color is #441bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441bdf


Comments

No comments written yet.

Please login to write comment.