Color Hex Logo

#443aaf Color Hex

#443AAF
(68,58,175)
0 Favorites   0 Comments

Color spaces of #443aaf

RGB 6858175
HSL0.680.500.46
HSV245°67°69°
CMYK 0.610.670.00   0.31
XYZ11.63487.350241.3629
Yxy7.35020.19280.1218
Hunter Lab27.111329.1586-71.4793
CIE-Lab32.591238.8171-61.0704

#443aaf color RGB value is (68,58,175).

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

The process color (four color CMYK) of #443aaf color hex is 0.61, 0.67, 0.00, 0.31. Web safe color of #443aaf is #333399. Color #443aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111010 10101111
Octal 104 72 257
Decimal 68 58 175
Hex 44 3A AF

RGB Percentages of Color #443aaf

%22.59
%19.27
%58.14

CMYK Percentages of Color #443aaf

%61
%67
%0
%31

Triadic Colors of #443aaf

#443aaf #af443a #3aaf44

Analogous Colors of #443aaf

#443aaf #7f3aaf #3a6baf

Monochromatic Colors of #443aaf

#443aaf

Complementary Color

#443aaf #a5af3a

#443aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#443aaf Color CSS Codes

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

#443aaf Text Font Color

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

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


#443aaf Background Color

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

This div background color is #443aaf


#443aaf Border Color

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

This div border color is #443aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443aaf


Comments

No comments written yet.

Please login to write comment.