Color Hex Logo

#327eaf Color Hex

#327EAF
(50,126,175)
0 Favorites   0 Comments

Color spaces of #327eaf

RGB 50126175
HSL0.570.560.44
HSV204°71°69°
CMYK 0.710.280.00   0.31
XYZ16.514118.695043.2955
Yxy18.69500.21040.2381
Hunter Lab43.2377-7.4902-29.1028
CIE-Lab50.3284-6.8955-32.7107

#327eaf color RGB value is (50,126,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111110 10101111
Octal 62 176 257
Decimal 50 126 175
Hex 32 7E AF

RGB Percentages of Color #327eaf

%14.25
%35.90
%49.86

CMYK Percentages of Color #327eaf

%71
%28
%0
%31

Triadic Colors of #327eaf

#327eaf #af327e #7eaf32

Analogous Colors of #327eaf

#327eaf #323faf #32afa2

Monochromatic Colors of #327eaf

#327eaf

Complementary Color

#327eaf #af6332

#327eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#327eaf Color CSS Codes

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

#327eaf Text Font Color

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

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


#327eaf Background Color

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

This div background color is #327eaf


#327eaf Border Color

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

This div border color is #327eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327eaf


Comments

No comments written yet.

Please login to write comment.