Color Hex Logo

#441fce Color Hex

#441FCE
(68,31,206)
0 Favorites   0 Comments

Color spaces of #441fce

RGB 6831206
HSL0.700.740.46
HSV253°85°81°
CMYK 0.670.850.00   0.19
XYZ14.01456.665158.9404
Yxy6.66510.17600.0837
Hunter Lab25.816951.7180-117.2885
CIE-Lab31.032061.4253-81.9078

#441fce color RGB value is (68,31,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011111 11001110
Octal 104 37 316
Decimal 68 31 206
Hex 44 1F CE

RGB Percentages of Color #441fce

%22.30
%10.16
%67.54

CMYK Percentages of Color #441fce

%67
%85
%0
%19

Triadic Colors of #441fce

#441fce #ce441f #1fce44

Analogous Colors of #441fce

#441fce #9c1fce #1f52ce

Monochromatic Colors of #441fce

#441fce

Complementary Color

#441fce #a9ce1f

#441fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#441fce Color CSS Codes

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

#441fce Text Font Color

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

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


#441fce Background Color

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

This div background color is #441fce


#441fce Border Color

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

This div border color is #441fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441fce


Comments

No comments written yet.

Please login to write comment.