Color Hex Logo

#327481 Color Hex

#327481
(50,116,129)
0 Favorites   0 Comments

Color spaces of #327481

RGB 50116129
HSL0.530.440.35
HSV190°61°51°
CMYK 0.610.100.00   0.49
XYZ11.523214.753923.0093
Yxy14.75390.23380.2994
Hunter Lab38.4108-13.6691-8.6290
CIE-Lab45.2953-16.7381-13.4458

#327481 color RGB value is (50,116,129).

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

The process color (four color CMYK) of #327481 color hex is 0.61, 0.10, 0.00, 0.49. Web safe color of #327481 is #336699. Color #327481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110100 10000001
Octal 62 164 201
Decimal 50 116 129
Hex 32 74 81

RGB Percentages of Color #327481

%16.95
%39.32
%43.73

CMYK Percentages of Color #327481

%61
%10
%0
%49

Triadic Colors of #327481

#327481 #813274 #748132

Analogous Colors of #327481

#327481 #324d81 #328167

Monochromatic Colors of #327481

#327481

Complementary Color

#327481 #813f32

#327481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327481 Color CSS Codes

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

#327481 Text Font Color

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

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


#327481 Background Color

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

This div background color is #327481


#327481 Border Color

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

This div border color is #327481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327481


Comments

No comments written yet.

Please login to write comment.