Color Hex Logo

#443bae Color Hex

#443BAE
(68,59,174)
0 Favorites   0 Comments

Color spaces of #443bae

RGB 6859174
HSL0.680.490.46
HSV245°66°68°
CMYK 0.610.660.00   0.32
XYZ11.58787.412940.8645
Yxy7.41290.19360.1238
Hunter Lab27.226628.3239-69.9298
CIE-Lab32.729037.8885-60.2488

#443bae color RGB value is (68,59,174).

#443bae hex color red value is 68, green value is 59 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #443bae hue: 0.68 , saturation: 0.49 and the lightness value of 443bae is 0.46.

The process color (four color CMYK) of #443bae color hex is 0.61, 0.66, 0.00, 0.32. Web safe color of #443bae is #333399. Color #443bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111011 10101110
Octal 104 73 256
Decimal 68 59 174
Hex 44 3B AE

RGB Percentages of Color #443bae

%22.59
%19.60
%57.81

CMYK Percentages of Color #443bae

%61
%66
%0
%32

Triadic Colors of #443bae

#443bae #ae443b #3bae44

Analogous Colors of #443bae

#443bae #7e3bae #3b6cae

Monochromatic Colors of #443bae

#443bae

Complementary Color

#443bae #a5ae3b

#443bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#443bae Color CSS Codes

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

#443bae Text Font Color

<p style="color:#443bae">Text here</p>

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


#443bae Background Color

<div style="background-color:#443bae">
Div content here</div>

This div background color is #443bae


#443bae Border Color

<div style="border:3px solid #443bae">
Div here</div>

This div border color is #443bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,59,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #443bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #443bae;
  -webkit-box-shadow: 1px 1px 3px 2px #443bae;
  box-shadow:         1px 1px 3px 2px #443bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443bae


Comments

No comments written yet.

Please login to write comment.