Color Hex Logo

#443280 Color Hex

#443280
(68,50,128)
0 Favorites   0 Comments

Color spaces of #443280

RGB 6850128
HSL0.710.440.35
HSV254°61°50°
CMYK 0.470.610.00   0.50
XYZ7.42085.068721.0093
Yxy5.06870.22150.1513
Hunter Lab22.513819.4366-39.5683
CIE-Lab26.929628.6601-41.5540

#443280 color RGB value is (68,50,128).

#443280 hex color red value is 68, green value is 50 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #443280 hue: 0.71 , saturation: 0.44 and the lightness value of 443280 is 0.35.

The process color (four color CMYK) of #443280 color hex is 0.47, 0.61, 0.00, 0.50. Web safe color of #443280 is #333399. Color #443280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110010 10000000
Octal 104 62 200
Decimal 68 50 128
Hex 44 32 80

RGB Percentages of Color #443280

%27.64
%20.33
%52.03

CMYK Percentages of Color #443280

%47
%61
%0
%50

Triadic Colors of #443280

#443280 #804432 #328044

Analogous Colors of #443280

#443280 #6b3280 #324780

Monochromatic Colors of #443280

#443280

Complementary Color

#443280 #6e8032

#443280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443280 Color CSS Codes

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

#443280 Text Font Color

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

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


#443280 Background Color

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

This div background color is #443280


#443280 Border Color

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

This div border color is #443280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443280


Comments

No comments written yet.

Please login to write comment.