Color Hex Logo

#440cbb Color Hex

#440CBB
(68,12,187)
0 Favorites   0 Comments

Color spaces of #440cbb

RGB 6812187
HSL0.720.880.39
HSV259°94°73°
CMYK 0.640.940.00   0.27
XYZ11.48505.079747.3889
Yxy5.07970.17960.0794
Hunter Lab22.538251.5181-108.8867
CIE-Lab26.960662.0167-77.4961

#440cbb color RGB value is (68,12,187).

#440cbb hex color red value is 68, green value is 12 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #440cbb hue: 0.72 , saturation: 0.88 and the lightness value of 440cbb is 0.39.

The process color (four color CMYK) of #440cbb color hex is 0.64, 0.94, 0.00, 0.27. Web safe color of #440cbb is #3300cc. Color #440cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001100 10111011
Octal 104 14 273
Decimal 68 12 187
Hex 44 C BB

RGB Percentages of Color #440cbb

%25.47
%4.49
%70.04

CMYK Percentages of Color #440cbb

%64
%94
%0
%27

Triadic Colors of #440cbb

#440cbb #bb440c #0cbb44

Analogous Colors of #440cbb

#440cbb #9c0cbb #0c2cbb

Monochromatic Colors of #440cbb

#440cbb

Complementary Color

#440cbb #83bb0c

#440cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#440cbb Color CSS Codes

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

#440cbb Text Font Color

<p style="color:#440cbb">Text here</p>

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


#440cbb Background Color

<div style="background-color:#440cbb">
Div content here</div>

This div background color is #440cbb


#440cbb Border Color

<div style="border:3px solid #440cbb">
Div here</div>

This div border color is #440cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,12,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #440cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #440cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #440cbb;
  box-shadow:         1px 1px 3px 2px #440cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440cbb


Comments

No comments written yet.

Please login to write comment.