Color Hex Logo

#332682 Color Hex

#332682
(51,38,130)
0 Favorites   0 Comments

Color spaces of #332682

RGB 5138130
HSL0.690.550.33
HSV248°71°51°
CMYK 0.610.710.00   0.49
XYZ6.08763.701721.5127
Yxy3.70170.19450.1183
Hunter Lab19.239822.8089-52.8264
CIE-Lab22.659733.4137-49.8317

#332682 color RGB value is (51,38,130).

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

The process color (four color CMYK) of #332682 color hex is 0.61, 0.71, 0.00, 0.49. Web safe color of #332682 is #333399. Color #332682 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100110 10000010
Octal 63 46 202
Decimal 51 38 130
Hex 33 26 82

RGB Percentages of Color #332682

%23.29
%17.35
%59.36

CMYK Percentages of Color #332682

%61
%71
%0
%49

Triadic Colors of #332682

#332682 #823326 #268233

Analogous Colors of #332682

#332682 #612682 #264782

Monochromatic Colors of #332682

#332682

Complementary Color

#332682 #758226

#332682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332682 Color CSS Codes

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

#332682 Text Font Color

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

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


#332682 Background Color

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

This div background color is #332682


#332682 Border Color

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

This div border color is #332682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332682


Comments

No comments written yet.

Please login to write comment.