Color Hex Logo

#442abb Color Hex

#442ABB
(68,42,187)
0 Favorites   0 Comments

Color spaces of #442abb

RGB 6842187
HSL0.700.630.45
HSV251°78°73°
CMYK 0.640.780.00   0.27
XYZ12.18156.472747.6210
Yxy6.47270.18380.0977
Hunter Lab25.441540.9439-93.1690
CIE-Lab30.575051.3366-71.5114

#442abb color RGB value is (68,42,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101010 10111011
Octal 104 52 273
Decimal 68 42 187
Hex 44 2A BB

RGB Percentages of Color #442abb

%22.90
%14.14
%62.96

CMYK Percentages of Color #442abb

%64
%78
%0
%27

Triadic Colors of #442abb

#442abb #bb442a #2abb44

Analogous Colors of #442abb

#442abb #8d2abb #2a59bb

Monochromatic Colors of #442abb

#442abb

Complementary Color

#442abb #a1bb2a

#442abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#442abb Color CSS Codes

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

#442abb Text Font Color

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

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


#442abb Background Color

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

This div background color is #442abb


#442abb Border Color

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

This div border color is #442abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442abb


Comments

No comments written yet.

Please login to write comment.