Color Hex Logo

#327bab Color Hex

#327BAB
(50,123,171)
0 Favorites   0 Comments

Color spaces of #327bab

RGB 50123171
HSL0.570.550.43
HSV204°71°67°
CMYK 0.710.280.00   0.33
XYZ15.749017.784341.1307
Yxy17.78430.21090.2382
Hunter Lab42.1714-7.1389-28.3068
CIE-Lab49.2334-6.5527-32.1054

#327bab color RGB value is (50,123,171).

#327bab hex color red value is 50, green value is 123 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #327bab hue: 0.57 , saturation: 0.55 and the lightness value of 327bab is 0.43.

The process color (four color CMYK) of #327bab color hex is 0.71, 0.28, 0.00, 0.33. Web safe color of #327bab is #336699. Color #327bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111011 10101011
Octal 62 173 253
Decimal 50 123 171
Hex 32 7B AB

RGB Percentages of Color #327bab

%14.53
%35.76
%49.71

CMYK Percentages of Color #327bab

%71
%28
%0
%33

Triadic Colors of #327bab

#327bab #ab327b #7bab32

Analogous Colors of #327bab

#327bab #323eab #32ab9f

Monochromatic Colors of #327bab

#327bab

Complementary Color

#327bab #ab6232

#327bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#327bab Color CSS Codes

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

#327bab Text Font Color

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

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


#327bab Background Color

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

This div background color is #327bab


#327bab Border Color

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

This div border color is #327bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327bab


Comments

No comments written yet.

Please login to write comment.