Color Hex Logo

#443498 Color Hex

#443498
(68,52,152)
0 Favorites   0 Comments

Color spaces of #443498

RGB 6852152
HSL0.690.490.40
HSV250°66°60°
CMYK 0.550.660.00   0.40
XYZ9.27945.951930.3655
Yxy5.95190.20350.1305
Hunter Lab24.396525.1999-56.7187
CIE-Lab29.290835.0121-52.5807

#443498 color RGB value is (68,52,152).

#443498 hex color red value is 68, green value is 52 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #443498 hue: 0.69 , saturation: 0.49 and the lightness value of 443498 is 0.40.

The process color (four color CMYK) of #443498 color hex is 0.55, 0.66, 0.00, 0.40. Web safe color of #443498 is #333399. Color #443498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110100 10011000
Octal 104 64 230
Decimal 68 52 152
Hex 44 34 98

RGB Percentages of Color #443498

%25.00
%19.12
%55.88

CMYK Percentages of Color #443498

%55
%66
%0
%40

Triadic Colors of #443498

#443498 #984434 #349844

Analogous Colors of #443498

#443498 #763498 #345698

Monochromatic Colors of #443498

#443498

Complementary Color

#443498 #889834

#443498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443498 Color CSS Codes

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

#443498 Text Font Color

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

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


#443498 Background Color

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

This div background color is #443498


#443498 Border Color

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

This div border color is #443498


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,52,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #443498; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #443498;
  -webkit-box-shadow: 1px 1px 3px 2px #443498;
  box-shadow:         1px 1px 3px 2px #443498; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443498


Comments

No comments written yet.

Please login to write comment.