Color Hex Logo

#327cae Color Hex

#327CAE
(50,124,174)
0 Favorites   0 Comments

Color spaces of #327cae

RGB 50124174
HSL0.570.550.44
HSV204°71°68°
CMYK 0.710.290.00   0.32
XYZ16.163018.149442.6957
Yxy18.14940.20990.2357
Hunter Lab42.6021-6.8318-29.5988
CIE-Lab49.6768-6.0782-33.1518

#327cae color RGB value is (50,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 10101110
Octal 62 174 256
Decimal 50 124 174
Hex 32 7C AE

RGB Percentages of Color #327cae

%14.37
%35.63
%50.00

CMYK Percentages of Color #327cae

%71
%29
%0
%32

Triadic Colors of #327cae

#327cae #ae327c #7cae32

Analogous Colors of #327cae

#327cae #323eae #32aea2

Monochromatic Colors of #327cae

#327cae

Complementary Color

#327cae #ae6432

#327cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#327cae Color CSS Codes

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

#327cae Text Font Color

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

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


#327cae Background Color

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

This div background color is #327cae


#327cae Border Color

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

This div border color is #327cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,124,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 #327cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327cae


Comments

No comments written yet.

Please login to write comment.