Color Hex Logo

#327280 Color Hex

#327280
(50,114,128)
0 Favorites   0 Comments

Color spaces of #327280

RGB 50114128
HSL0.530.440.35
HSV191°61°50°
CMYK 0.610.110.00   0.50
XYZ11.229014.271222.5849
Yxy14.27120.23350.2968
Hunter Lab37.7772-13.0524-9.0021
CIE-Lab44.6194-15.9490-13.8741

#327280 color RGB value is (50,114,128).

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

The process color (four color CMYK) of #327280 color hex is 0.61, 0.11, 0.00, 0.50. Web safe color of #327280 is #336699. Color #327280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110010 10000000
Octal 62 162 200
Decimal 50 114 128
Hex 32 72 80

RGB Percentages of Color #327280

%17.12
%39.04
%43.84

CMYK Percentages of Color #327280

%61
%11
%0
%50

Triadic Colors of #327280

#327280 #803272 #728032

Analogous Colors of #327280

#327280 #324b80 #328067

Monochromatic Colors of #327280

#327280

Complementary Color

#327280 #804032

#327280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327280 Color CSS Codes

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

#327280 Text Font Color

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

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


#327280 Background Color

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

This div background color is #327280


#327280 Border Color

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

This div border color is #327280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327280


Comments

No comments written yet.

Please login to write comment.