Color Hex Logo

#332674 Color Hex

#332674
(51,38,116)
0 Favorites   0 Comments

Color spaces of #332674

RGB 5138116
HSL0.690.510.30
HSV250°67°45°
CMYK 0.560.670.00   0.55
XYZ5.21073.351016.8952
Yxy3.35100.20470.1316
Hunter Lab18.305718.7747-41.9074
CIE-Lab21.398128.7440-42.9931

#332674 color RGB value is (51,38,116).

#332674 hex color red value is 51, green value is 38 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #332674 hue: 0.69 , saturation: 0.51 and the lightness value of 332674 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100110 01110100
Octal 63 46 164
Decimal 51 38 116
Hex 33 26 74

RGB Percentages of Color #332674

%24.88
%18.54
%56.59

CMYK Percentages of Color #332674

%56
%67
%0
%55

Triadic Colors of #332674

#332674 #743326 #267433

Analogous Colors of #332674

#332674 #5a2674 #264074

Monochromatic Colors of #332674

#332674

Complementary Color

#332674 #677426

#332674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332674 Color CSS Codes

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

#332674 Text Font Color

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

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


#332674 Background Color

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

This div background color is #332674


#332674 Border Color

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

This div border color is #332674


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,38,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 #332674">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332674


Comments

No comments written yet.

Please login to write comment.