Color Hex Logo

#441bba Color Hex

#441BBA
(68,27,186)
0 Favorites   0 Comments

Color spaces of #441bba

RGB 6827186
HSL0.710.750.42
HSV255°85°73°
CMYK 0.630.850.00   0.27
XYZ11.63885.558046.9137
Yxy5.55800.18150.0867
Hunter Lab23.575446.8656-101.4809
CIE-Lab28.268857.4767-74.7323

#441bba color RGB value is (68,27,186).

#441bba hex color red value is 68, green value is 27 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #441bba hue: 0.71 , saturation: 0.75 and the lightness value of 441bba is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011011 10111010
Octal 104 33 272
Decimal 68 27 186
Hex 44 1B BA

RGB Percentages of Color #441bba

%24.20
%9.61
%66.19

CMYK Percentages of Color #441bba

%63
%85
%0
%27

Triadic Colors of #441bba

#441bba #ba441b #1bba44

Analogous Colors of #441bba

#441bba #941bba #1b41ba

Monochromatic Colors of #441bba

#441bba

Complementary Color

#441bba #91ba1b

#441bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#441bba Color CSS Codes

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

#441bba Text Font Color

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

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


#441bba Background Color

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

This div background color is #441bba


#441bba Border Color

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

This div border color is #441bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441bba


Comments

No comments written yet.

Please login to write comment.