Color Hex Logo

#442fbb Color Hex

#442FBB
(68,47,187)
0 Favorites   0 Comments

Color spaces of #442fbb

RGB 6847187
HSL0.690.600.46
HSV249°75°73°
CMYK 0.640.750.00   0.27
XYZ12.37016.849847.6839
Yxy6.84980.18490.1024
Hunter Lab26.172138.5658-89.7020
CIE-Lab31.462548.8057-70.0481

#442fbb color RGB value is (68,47,187).

#442fbb hex color red value is 68, green value is 47 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #442fbb hue: 0.69 , saturation: 0.60 and the lightness value of 442fbb is 0.46.

The process color (four color CMYK) of #442fbb color hex is 0.64, 0.75, 0.00, 0.27. Web safe color of #442fbb is #3333cc. Color #442fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101111 10111011
Octal 104 57 273
Decimal 68 47 187
Hex 44 2F BB

RGB Percentages of Color #442fbb

%22.52
%15.56
%61.92

CMYK Percentages of Color #442fbb

%64
%75
%0
%27

Triadic Colors of #442fbb

#442fbb #bb442f #2fbb44

Analogous Colors of #442fbb

#442fbb #8a2fbb #2f60bb

Monochromatic Colors of #442fbb

#442fbb

Complementary Color

#442fbb #a6bb2f

#442fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#442fbb Color CSS Codes

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

#442fbb Text Font Color

<p style="color:#442fbb">Text here</p>

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


#442fbb Background Color

<div style="background-color:#442fbb">
Div content here</div>

This div background color is #442fbb


#442fbb Border Color

<div style="border:3px solid #442fbb">
Div here</div>

This div border color is #442fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442fbb


Comments

No comments written yet.

Please login to write comment.