Color Hex Logo

#442bbc Color Hex

#442BBC
(68,43,188)
0 Favorites   0 Comments

Color spaces of #442bbc

RGB 6843188
HSL0.700.630.45
HSV250°77°74°
CMYK 0.640.770.00   0.26
XYZ12.32496.587548.1989
Yxy6.58750.18360.0982
Hunter Lab25.666140.8002-93.3755
CIE-Lab30.848851.1421-71.6511

#442bbc color RGB value is (68,43,188).

#442bbc hex color red value is 68, green value is 43 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #442bbc hue: 0.70 , saturation: 0.63 and the lightness value of 442bbc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101011 10111100
Octal 104 53 274
Decimal 68 43 188
Hex 44 2B BC

RGB Percentages of Color #442bbc

%22.74
%14.38
%62.88

CMYK Percentages of Color #442bbc

%64
%77
%0
%26

Triadic Colors of #442bbc

#442bbc #bc442b #2bbc44

Analogous Colors of #442bbc

#442bbc #8d2bbc #2b5bbc

Monochromatic Colors of #442bbc

#442bbc

Complementary Color

#442bbc #a3bc2b

#442bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#442bbc Color CSS Codes

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

#442bbc Text Font Color

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

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


#442bbc Background Color

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

This div background color is #442bbc


#442bbc Border Color

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

This div border color is #442bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442bbc


Comments

No comments written yet.

Please login to write comment.