Color Hex Logo

#332e73 Color Hex

#332E73
(51,46,115)
0 Favorites   0 Comments

Color spaces of #332e73

RGB 5146115
HSL0.680.430.32
HSV244°60°45°
CMYK 0.560.600.00   0.55
XYZ5.43673.895616.6850
Yxy3.89560.20900.1497
Hunter Lab19.737314.6282-36.3050
CIE-Lab23.323323.1532-39.2263

#332e73 color RGB value is (51,46,115).

#332e73 hex color red value is 51, green value is 46 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #332e73 hue: 0.68 , saturation: 0.43 and the lightness value of 332e73 is 0.32.

The process color (four color CMYK) of #332e73 color hex is 0.56, 0.60, 0.00, 0.55. Web safe color of #332e73 is #333366. Color #332e73 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101110 01110011
Octal 63 56 163
Decimal 51 46 115
Hex 33 2E 73

RGB Percentages of Color #332e73

%24.06
%21.70
%54.25

CMYK Percentages of Color #332e73

%56
%60
%0
%55

Triadic Colors of #332e73

#332e73 #73332e #2e7333

Analogous Colors of #332e73

#332e73 #562e73 #2e4c73

Monochromatic Colors of #332e73

#332e73

Complementary Color

#332e73 #6e732e

#332e73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332e73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332e73 Color CSS Codes

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

#332e73 Text Font Color

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

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


#332e73 Background Color

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

This div background color is #332e73


#332e73 Border Color

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

This div border color is #332e73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,46,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #332e73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #332e73;
  -webkit-box-shadow: 1px 1px 3px 2px #332e73;
  box-shadow:         1px 1px 3px 2px #332e73; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,46,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332e73


Comments

No comments written yet.

Please login to write comment.