Color Hex Logo

#327e88 Color Hex

#327E88
(50,126,136)
0 Favorites   0 Comments

Color spaces of #327e88

RGB 50126136
HSL0.520.460.36
HSV187°63°53°
CMYK 0.630.070.00   0.47
XYZ13.220217.377425.9499
Yxy17.37740.23380.3073
Hunter Lab41.6862-16.3421-7.7280
CIE-Lab48.7321-19.9559-12.3930

#327e88 color RGB value is (50,126,136).

#327e88 hex color red value is 50, green value is 126 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #327e88 hue: 0.52 , saturation: 0.46 and the lightness value of 327e88 is 0.36.

The process color (four color CMYK) of #327e88 color hex is 0.63, 0.07, 0.00, 0.47. Web safe color of #327e88 is #336699. Color #327e88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111110 10001000
Octal 62 176 210
Decimal 50 126 136
Hex 32 7E 88

RGB Percentages of Color #327e88

%16.03
%40.38
%43.59

CMYK Percentages of Color #327e88

%63
%7
%0
%47

Triadic Colors of #327e88

#327e88 #88327e #7e8832

Analogous Colors of #327e88

#327e88 #325388 #328867

Monochromatic Colors of #327e88

#327e88

Complementary Color

#327e88 #883c32

#327e88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327e88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327e88 Color CSS Codes

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

#327e88 Text Font Color

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

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


#327e88 Background Color

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

This div background color is #327e88


#327e88 Border Color

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

This div border color is #327e88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,126,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #327e88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #327e88;
  -webkit-box-shadow: 1px 1px 3px 2px #327e88;
  box-shadow:         1px 1px 3px 2px #327e88; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327e88


Comments

No comments written yet.

Please login to write comment.