Color Hex Logo

#442fcb Color Hex

#442FCB
(68,47,203)
0 Favorites   0 Comments

Color spaces of #442fcb

RGB 6847203
HSL0.690.620.49
HSV248°77°80°
CMYK 0.670.770.00   0.20
XYZ14.17997.573857.2144
Yxy7.57380.17960.0959
Hunter Lab27.520543.8108-103.9978
CIE-Lab33.079053.6370-76.7717

#442fcb color RGB value is (68,47,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101111 11001011
Octal 104 57 313
Decimal 68 47 203
Hex 44 2F CB

RGB Percentages of Color #442fcb

%21.38
%14.78
%63.84

CMYK Percentages of Color #442fcb

%67
%77
%0
%20

Triadic Colors of #442fcb

#442fcb #cb442f #2fcb44

Analogous Colors of #442fcb

#442fcb #922fcb #2f68cb

Monochromatic Colors of #442fcb

#442fcb

Complementary Color

#442fcb #b6cb2f

#442fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#442fcb Color CSS Codes

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

#442fcb Text Font Color

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

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


#442fcb Background Color

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

This div background color is #442fcb


#442fcb Border Color

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

This div border color is #442fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442fcb


Comments

No comments written yet.

Please login to write comment.