Color Hex Logo

#442fbe Color Hex

#442FBE
(68,47,190)
0 Favorites   0 Comments

Color spaces of #442fbe

RGB 6847190
HSL0.690.600.46
HSV249°75°75°
CMYK 0.640.750.00   0.25
XYZ12.69476.979749.3933
Yxy6.97970.18380.1011
Hunter Lab26.419139.5379-92.3554
CIE-Lab31.760749.7178-71.3277

#442fbe color RGB value is (68,47,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101111 10111110
Octal 104 57 276
Decimal 68 47 190
Hex 44 2F BE

RGB Percentages of Color #442fbe

%22.30
%15.41
%62.30

CMYK Percentages of Color #442fbe

%64
%75
%0
%25

Triadic Colors of #442fbe

#442fbe #be442f #2fbe44

Analogous Colors of #442fbe

#442fbe #8c2fbe #2f62be

Monochromatic Colors of #442fbe

#442fbe

Complementary Color

#442fbe #a9be2f

#442fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#442fbe Color CSS Codes

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

#442fbe Text Font Color

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

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


#442fbe Background Color

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

This div background color is #442fbe


#442fbe Border Color

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

This div border color is #442fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442fbe


Comments

No comments written yet.

Please login to write comment.