Color Hex Logo

#443292 Color Hex

#443292
(68,50,146)
0 Favorites   0 Comments

Color spaces of #443292

RGB 6850146
HSL0.700.490.38
HSV251°66°57°
CMYK 0.530.660.00   0.43
XYZ8.71285.585527.8130
Yxy5.58550.20690.1326
Hunter Lab23.633724.4470-53.2312
CIE-Lab28.341734.3184-50.4482

#443292 color RGB value is (68,50,146).

#443292 hex color red value is 68, green value is 50 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #443292 hue: 0.70 , saturation: 0.49 and the lightness value of 443292 is 0.38.

The process color (four color CMYK) of #443292 color hex is 0.53, 0.66, 0.00, 0.43. Web safe color of #443292 is #333399. Color #443292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110010 10010010
Octal 104 62 222
Decimal 68 50 146
Hex 44 32 92

RGB Percentages of Color #443292

%25.76
%18.94
%55.30

CMYK Percentages of Color #443292

%53
%66
%0
%43

Triadic Colors of #443292

#443292 #924432 #329244

Analogous Colors of #443292

#443292 #743292 #325092

Monochromatic Colors of #443292

#443292

Complementary Color

#443292 #809232

#443292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443292 Color CSS Codes

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

#443292 Text Font Color

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

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


#443292 Background Color

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

This div background color is #443292


#443292 Border Color

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

This div border color is #443292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443292


Comments

No comments written yet.

Please login to write comment.