Color Hex Logo

#327eae Color Hex

#327EAE
(50,126,174)
0 Favorites   0 Comments

Color spaces of #327eae

RGB 50126174
HSL0.560.550.44
HSV203°71°68°
CMYK 0.710.280.00   0.32
XYZ16.416218.655842.7801
Yxy18.65580.21090.2396
Hunter Lab43.1924-7.7438-28.4894
CIE-Lab50.2821-7.2480-32.2047

#327eae color RGB value is (50,126,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111110 10101110
Octal 62 176 256
Decimal 50 126 174
Hex 32 7E AE

RGB Percentages of Color #327eae

%14.29
%36.00
%49.71

CMYK Percentages of Color #327eae

%71
%28
%0
%32

Triadic Colors of #327eae

#327eae #ae327e #7eae32

Analogous Colors of #327eae

#327eae #3240ae #32aea0

Monochromatic Colors of #327eae

#327eae

Complementary Color

#327eae #ae6232

#327eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#327eae Color CSS Codes

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

#327eae Text Font Color

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

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


#327eae Background Color

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

This div background color is #327eae


#327eae Border Color

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

This div border color is #327eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327eae


Comments

No comments written yet.

Please login to write comment.