Color Hex Logo

#441cff Color Hex

#441CFF
(68,28,255)
0 Favorites   0 Comments

Color spaces of #441cff

RGB 6828255
HSL0.701.000.55
HSV251°89°100°
CMYK 0.730.890.00   0.00
XYZ20.84919.279595.3000
Yxy9.27950.16620.0740
Hunter Lab30.462368.8607-164.1628
CIE-Lab36.517075.1794-100.7650

#441cff color RGB value is (68,28,255).

#441cff hex color red value is 68, green value is 28 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #441cff hue: 0.70 , saturation: 1.00 and the lightness value of 441cff is 0.55.

The process color (four color CMYK) of #441cff color hex is 0.73, 0.89, 0.00, 0.00. Web safe color of #441cff is #3333ff. Color #441cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011100 11111111
Octal 104 34 377
Decimal 68 28 255
Hex 44 1C FF

RGB Percentages of Color #441cff

%19.37
%7.98
%72.65

CMYK Percentages of Color #441cff

%73
%89
%0
%0

Triadic Colors of #441cff

#441cff #ff441c #1cff44

Analogous Colors of #441cff

#441cff #b61cff #1c66ff

Monochromatic Colors of #441cff

#441cff

Complementary Color

#441cff #d7ff1c

#441cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#441cff Color CSS Codes

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

#441cff Text Font Color

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

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


#441cff Background Color

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

This div background color is #441cff


#441cff Border Color

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

This div border color is #441cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441cff


Comments

No comments written yet.

Please login to write comment.