Color Hex Logo

#441adf Color Hex

#441ADF
(68,26,223)
0 Favorites   0 Comments

Color spaces of #441adf

RGB 6826223
HSL0.700.790.49
HSV253°88°87°
CMYK 0.700.880.00   0.13
XYZ16.07267.295470.3731
Yxy7.29540.17150.0778
Hunter Lab27.010058.9509-135.5699
CIE-Lab32.470167.5711-89.3509

#441adf color RGB value is (68,26,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011010 11011111
Octal 104 32 337
Decimal 68 26 223
Hex 44 1A DF

RGB Percentages of Color #441adf

%21.45
%8.20
%70.35

CMYK Percentages of Color #441adf

%70
%88
%0
%13

Triadic Colors of #441adf

#441adf #df441a #1adf44

Analogous Colors of #441adf

#441adf #a71adf #1a52df

Monochromatic Colors of #441adf

#441adf

Complementary Color

#441adf #b5df1a

#441adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#441adf Color CSS Codes

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

#441adf Text Font Color

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

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


#441adf Background Color

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

This div background color is #441adf


#441adf Border Color

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

This div border color is #441adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441adf


Comments

No comments written yet.

Please login to write comment.