Color Hex Logo

#327fae Color Hex

#327FAE
(50,127,174)
0 Favorites   0 Comments

Color spaces of #327fae

RGB 50127174
HSL0.560.550.44
HSV203°71°68°
CMYK 0.710.270.00   0.32
XYZ16.544718.912842.8229
Yxy18.91280.21140.2416
Hunter Lab43.4888-8.1978-27.9399
CIE-Lab50.5850-7.8292-31.7312

#327fae color RGB value is (50,127,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111111 10101110
Octal 62 177 256
Decimal 50 127 174
Hex 32 7F AE

RGB Percentages of Color #327fae

%14.25
%36.18
%49.57

CMYK Percentages of Color #327fae

%71
%27
%0
%32

Triadic Colors of #327fae

#327fae #ae327f #7fae32

Analogous Colors of #327fae

#327fae #3241ae #32ae9f

Monochromatic Colors of #327fae

#327fae

Complementary Color

#327fae #ae6132

#327fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#327fae Color CSS Codes

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

#327fae Text Font Color

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

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


#327fae Background Color

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

This div background color is #327fae


#327fae Border Color

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

This div border color is #327fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327fae


Comments

No comments written yet.

Please login to write comment.