Color Hex Logo

#332074 Color Hex

#332074
(51,32,116)
0 Favorites   0 Comments

Color spaces of #332074

RGB 5132116
HSL0.700.570.29
HSV254°72°45°
CMYK 0.560.720.00   0.55
XYZ5.03412.997816.8363
Yxy2.99780.20240.1205
Hunter Lab17.314221.5992-45.5337
CIE-Lab20.035132.4485-45.2181

#332074 color RGB value is (51,32,116).

#332074 hex color red value is 51, green value is 32 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #332074 hue: 0.70 , saturation: 0.57 and the lightness value of 332074 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100000 01110100
Octal 63 40 164
Decimal 51 32 116
Hex 33 20 74

RGB Percentages of Color #332074

%25.63
%16.08
%58.29

CMYK Percentages of Color #332074

%56
%72
%0
%55

Triadic Colors of #332074

#332074 #743320 #207433

Analogous Colors of #332074

#332074 #5d2074 #203774

Monochromatic Colors of #332074

#332074

Complementary Color

#332074 #617420

#332074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332074 Color CSS Codes

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

#332074 Text Font Color

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

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


#332074 Background Color

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

This div background color is #332074


#332074 Border Color

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

This div border color is #332074


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,32,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #332074; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #332074;
  -webkit-box-shadow: 1px 1px 3px 2px #332074;
  box-shadow:         1px 1px 3px 2px #332074; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332074


Comments

No comments written yet.

Please login to write comment.