Color Hex Logo

#326075 Color Hex

#326075
(50,96,117)
0 Favorites   0 Comments

Color spaces of #326075

RGB 5096117
HSL0.550.400.33
HSV199°57°46°
CMYK 0.570.180.00   0.54
XYZ8.709110.328218.3641
Yxy10.32820.23290.2761
Hunter Lab32.1375-7.8681-11.3834
CIE-Lab38.4251-9.1767-16.6646

#326075 color RGB value is (50,96,117).

#326075 hex color red value is 50, green value is 96 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #326075 hue: 0.55 , saturation: 0.40 and the lightness value of 326075 is 0.33.

The process color (four color CMYK) of #326075 color hex is 0.57, 0.18, 0.00, 0.54. Web safe color of #326075 is #336666. Color #326075 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100000 01110101
Octal 62 140 165
Decimal 50 96 117
Hex 32 60 75

RGB Percentages of Color #326075

%19.01
%36.50
%44.49

CMYK Percentages of Color #326075

%57
%18
%0
%54

Triadic Colors of #326075

#326075 #753260 #607532

Analogous Colors of #326075

#326075 #323f75 #327569

Monochromatic Colors of #326075

#326075

Complementary Color

#326075 #754732

#326075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326075 Color CSS Codes

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

#326075 Text Font Color

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

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


#326075 Background Color

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

This div background color is #326075


#326075 Border Color

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

This div border color is #326075


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,96,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326075


Comments

No comments written yet.

Please login to write comment.