Color Hex Logo

#333482 Color Hex

#333482
(51,52,130)
0 Favorites   0 Comments

Color spaces of #333482

RGB 5152130
HSL0.660.440.35
HSV239°61°51°
CMYK 0.610.600.00   0.49
XYZ6.62254.771521.6910
Yxy4.77150.20020.1442
Hunter Lab21.843815.8903-43.5847
CIE-Lab26.073624.3942-44.2666

#333482 color RGB value is (51,52,130).

#333482 hex color red value is 51, green value is 52 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #333482 hue: 0.66 , saturation: 0.44 and the lightness value of 333482 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110100 10000010
Octal 63 64 202
Decimal 51 52 130
Hex 33 34 82

RGB Percentages of Color #333482

%21.89
%22.32
%55.79

CMYK Percentages of Color #333482

%61
%60
%0
%49

Triadic Colors of #333482

#333482 #823334 #348233

Analogous Colors of #333482

#333482 #593382 #335c82

Monochromatic Colors of #333482

#333482

Complementary Color

#333482 #828133

#333482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333482 Color CSS Codes

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

#333482 Text Font Color

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

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


#333482 Background Color

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

This div background color is #333482


#333482 Border Color

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

This div border color is #333482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333482


Comments

No comments written yet.

Please login to write comment.