Color Hex Logo

#441bfa Color Hex

#441BFA
(68,27,250)
0 Favorites   0 Comments

Color spaces of #441bfa

RGB 6827250
HSL0.700.960.54
HSV251°89°98°
CMYK 0.730.890.00   0.02
XYZ20.03118.914991.1075
Yxy8.91490.16690.0743
Hunter Lab29.857867.5014-160.0157
CIE-Lab35.819974.1874-99.1191

#441bfa color RGB value is (68,27,250).

#441bfa hex color red value is 68, green value is 27 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #441bfa hue: 0.70 , saturation: 0.96 and the lightness value of 441bfa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011011 11111010
Octal 104 33 372
Decimal 68 27 250
Hex 44 1B FA

RGB Percentages of Color #441bfa

%19.71
%7.83
%72.46

CMYK Percentages of Color #441bfa

%73
%89
%0
%2

Triadic Colors of #441bfa

#441bfa #fa441b #1bfa44

Analogous Colors of #441bfa

#441bfa #b41bfa #1b61fa

Monochromatic Colors of #441bfa

#441bfa

Complementary Color

#441bfa #d1fa1b

#441bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#441bfa Color CSS Codes

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

#441bfa Text Font Color

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

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


#441bfa Background Color

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

This div background color is #441bfa


#441bfa Border Color

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

This div border color is #441bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441bfa


Comments

No comments written yet.

Please login to write comment.