Color Hex Logo

#327890 Color Hex

#327890
(50,120,144)
0 Favorites   0 Comments

Color spaces of #327890

RGB 50120144
HSL0.540.480.38
HSV195°65°56°
CMYK 0.650.170.00   0.44
XYZ13.065916.124728.8093
Yxy16.12470.22530.2780
Hunter Lab40.1556-12.1916-14.4282
CIE-Lab47.1377-14.0953-19.5388

#327890 color RGB value is (50,120,144).

#327890 hex color red value is 50, green value is 120 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #327890 hue: 0.54 , saturation: 0.48 and the lightness value of 327890 is 0.38.

The process color (four color CMYK) of #327890 color hex is 0.65, 0.17, 0.00, 0.44. Web safe color of #327890 is #336699. Color #327890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111000 10010000
Octal 62 170 220
Decimal 50 120 144
Hex 32 78 90

RGB Percentages of Color #327890

%15.92
%38.22
%45.86

CMYK Percentages of Color #327890

%65
%17
%0
%44

Triadic Colors of #327890

#327890 #903278 #789032

Analogous Colors of #327890

#327890 #324990 #329079

Monochromatic Colors of #327890

#327890

Complementary Color

#327890 #904a32

#327890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327890 Color CSS Codes

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

#327890 Text Font Color

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

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


#327890 Background Color

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

This div background color is #327890


#327890 Border Color

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

This div border color is #327890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327890


Comments

No comments written yet.

Please login to write comment.