Color Hex Logo

#441cce Color Hex

#441CCE
(68,28,206)
0 Favorites   0 Comments

Color spaces of #441cce

RGB 6828206
HSL0.700.760.46
HSV253°86°81°
CMYK 0.670.860.00   0.19
XYZ13.93976.515758.9155
Yxy6.51570.17560.0821
Hunter Lab25.525952.8087-118.9774
CIE-Lab30.677962.4807-82.4954

#441cce color RGB value is (68,28,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011100 11001110
Octal 104 34 316
Decimal 68 28 206
Hex 44 1C CE

RGB Percentages of Color #441cce

%22.52
%9.27
%68.21

CMYK Percentages of Color #441cce

%67
%86
%0
%19

Triadic Colors of #441cce

#441cce #ce441c #1cce44

Analogous Colors of #441cce

#441cce #9d1cce #1c4dce

Monochromatic Colors of #441cce

#441cce

Complementary Color

#441cce #a6ce1c

#441cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#441cce Color CSS Codes

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

#441cce Text Font Color

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

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


#441cce Background Color

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

This div background color is #441cce


#441cce Border Color

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

This div border color is #441cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441cce


Comments

No comments written yet.

Please login to write comment.