Color Hex Logo

#327caa Color Hex

#327CAA
(50,124,170)
0 Favorites   0 Comments

Color spaces of #327caa

RGB 50124170
HSL0.560.550.43
HSV203°71°67°
CMYK 0.710.270.00   0.33
XYZ15.778717.995740.6721
Yxy17.99570.21190.2417
Hunter Lab42.4213-7.8439-27.1502
CIE-Lab49.4909-7.4899-31.1221

#327caa color RGB value is (50,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 10101010
Octal 62 174 252
Decimal 50 124 170
Hex 32 7C AA

RGB Percentages of Color #327caa

%14.53
%36.05
%49.42

CMYK Percentages of Color #327caa

%71
%27
%0
%33

Triadic Colors of #327caa

#327caa #aa327c #7caa32

Analogous Colors of #327caa

#327caa #3240aa #32aa9c

Monochromatic Colors of #327caa

#327caa

Complementary Color

#327caa #aa6032

#327caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#327caa Color CSS Codes

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

#327caa Text Font Color

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

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


#327caa Background Color

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

This div background color is #327caa


#327caa Border Color

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

This div border color is #327caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327caa


Comments

No comments written yet.

Please login to write comment.