Color Hex Logo

#327888 Color Hex

#327888
(50,120,136)
0 Favorites   0 Comments

Color spaces of #327888

RGB 50120136
HSL0.530.460.36
HSV191°63°53°
CMYK 0.630.120.00   0.47
XYZ12.475815.888625.7018
Yxy15.88860.23080.2939
Hunter Lab39.8605-13.8878-10.3275
CIE-Lab46.8280-16.7053-15.2795

#327888 color RGB value is (50,120,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111000 10001000
Octal 62 170 210
Decimal 50 120 136
Hex 32 78 88

RGB Percentages of Color #327888

%16.34
%39.22
%44.44

CMYK Percentages of Color #327888

%63
%12
%0
%47

Triadic Colors of #327888

#327888 #883278 #788832

Analogous Colors of #327888

#327888 #324d88 #32886d

Monochromatic Colors of #327888

#327888

Complementary Color

#327888 #884232

#327888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327888 Color CSS Codes

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

#327888 Text Font Color

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

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


#327888 Background Color

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

This div background color is #327888


#327888 Border Color

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

This div border color is #327888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327888


Comments

No comments written yet.

Please login to write comment.