Color Hex Logo

#441cfc Color Hex

#441CFC
(68,28,252)
0 Favorites   0 Comments

Color spaces of #441cfc

RGB 6828252
HSL0.700.970.55
HSV251°89°99°
CMYK 0.730.890.00   0.01
XYZ20.36989.087792.7760
Yxy9.08770.16660.0743
Hunter Lab30.145867.8589-161.3674
CIE-Lab36.152674.4212-99.6891

#441cfc color RGB value is (68,28,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011100 11111100
Octal 104 34 374
Decimal 68 28 252
Hex 44 1C FC

RGB Percentages of Color #441cfc

%19.54
%8.05
%72.41

CMYK Percentages of Color #441cfc

%73
%89
%0
%1

Triadic Colors of #441cfc

#441cfc #fc441c #1cfc44

Analogous Colors of #441cfc

#441cfc #b41cfc #1c64fc

Monochromatic Colors of #441cfc

#441cfc

Complementary Color

#441cfc #d4fc1c

#441cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#441cfc Color CSS Codes

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

#441cfc Text Font Color

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

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


#441cfc Background Color

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

This div background color is #441cfc


#441cfc Border Color

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

This div border color is #441cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441cfc


Comments

No comments written yet.

Please login to write comment.