Color Hex Logo

#326082 Color Hex

#326082
(50,96,130)
0 Favorites   0 Comments

Color spaces of #326082

RGB 5096130
HSL0.570.440.35
HSV206°62°51°
CMYK 0.620.260.00   0.49
XYZ9.527510.655622.6737
Yxy10.65560.22230.2486
Hunter Lab32.6429-5.0262-18.3327
CIE-Lab38.9943-4.7793-23.7276

#326082 color RGB value is (50,96,130).

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

The process color (four color CMYK) of #326082 color hex is 0.62, 0.26, 0.00, 0.49. Web safe color of #326082 is #336699. Color #326082 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100000 10000010
Octal 62 140 202
Decimal 50 96 130
Hex 32 60 82

RGB Percentages of Color #326082

%18.12
%34.78
%47.10

CMYK Percentages of Color #326082

%62
%26
%0
%49

Triadic Colors of #326082

#326082 #823260 #608232

Analogous Colors of #326082

#326082 #323882 #32827c

Monochromatic Colors of #326082

#326082

Complementary Color

#326082 #825432

#326082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326082 Color CSS Codes

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

#326082 Text Font Color

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

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


#326082 Background Color

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

This div background color is #326082


#326082 Border Color

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

This div border color is #326082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326082


Comments

No comments written yet.

Please login to write comment.