Color Hex Logo

#327bae Color Hex

#327BAE
(50,123,174)
0 Favorites   0 Comments

Color spaces of #327bae

RGB 50123174
HSL0.570.550.44
HSV205°71°68°
CMYK 0.710.290.00   0.32
XYZ16.038317.900042.6541
Yxy17.90000.20940.2337
Hunter Lab42.3084-6.3738-30.1586
CIE-Lab49.3746-5.4897-33.6254

#327bae color RGB value is (50,123,174).

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

The process color (four color CMYK) of #327bae color hex is 0.71, 0.29, 0.00, 0.32. Web safe color of #327bae is #336699. Color #327bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111011 10101110
Octal 62 173 256
Decimal 50 123 174
Hex 32 7B AE

RGB Percentages of Color #327bae

%14.41
%35.45
%50.14

CMYK Percentages of Color #327bae

%71
%29
%0
%32

Triadic Colors of #327bae

#327bae #ae327b #7bae32

Analogous Colors of #327bae

#327bae #323dae #32aea3

Monochromatic Colors of #327bae

#327bae

Complementary Color

#327bae #ae6532

#327bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#327bae Color CSS Codes

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

#327bae Text Font Color

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

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


#327bae Background Color

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

This div background color is #327bae


#327bae Border Color

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

This div border color is #327bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327bae


Comments

No comments written yet.

Please login to write comment.