Color Hex Logo

#441acb Color Hex

#441ACB
(68,26,203)
0 Favorites   0 Comments

Color spaces of #441acb

RGB 6826203
HSL0.710.770.45
HSV254°87°80°
CMYK 0.670.870.00   0.20
XYZ13.53286.279556.9987
Yxy6.27950.17620.0818
Hunter Lab25.058952.5438-117.3190
CIE-Lab30.106962.3509-81.6929

#441acb color RGB value is (68,26,203).

#441acb hex color red value is 68, green value is 26 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #441acb hue: 0.71 , saturation: 0.77 and the lightness value of 441acb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011010 11001011
Octal 104 32 313
Decimal 68 26 203
Hex 44 1A CB

RGB Percentages of Color #441acb

%22.90
%8.75
%68.35

CMYK Percentages of Color #441acb

%67
%87
%0
%20

Triadic Colors of #441acb

#441acb #cb441a #1acb44

Analogous Colors of #441acb

#441acb #9d1acb #1a49cb

Monochromatic Colors of #441acb

#441acb

Complementary Color

#441acb #a1cb1a

#441acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#441acb Color CSS Codes

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

#441acb Text Font Color

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

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


#441acb Background Color

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

This div background color is #441acb


#441acb Border Color

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

This div border color is #441acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441acb


Comments

No comments written yet.

Please login to write comment.