Color Hex Logo

#327fad Color Hex

#327FAD
(50,127,173)
0 Favorites   0 Comments

Color spaces of #327fad

RGB 50127173
HSL0.560.550.44
HSV202°71°68°
CMYK 0.710.270.00   0.32
XYZ16.447618.874042.3113
Yxy18.87400.21190.2431
Hunter Lab43.4442-8.4488-27.3329
CIE-Lab50.5395-8.1801-31.2239

#327fad color RGB value is (50,127,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111111 10101101
Octal 62 177 255
Decimal 50 127 173
Hex 32 7F AD

RGB Percentages of Color #327fad

%14.29
%36.29
%49.43

CMYK Percentages of Color #327fad

%71
%27
%0
%32

Triadic Colors of #327fad

#327fad #ad327f #7fad32

Analogous Colors of #327fad

#327fad #3242ad #32ad9e

Monochromatic Colors of #327fad

#327fad

Complementary Color

#327fad #ad6032

#327fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#327fad Color CSS Codes

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

#327fad Text Font Color

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

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


#327fad Background Color

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

This div background color is #327fad


#327fad Border Color

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

This div border color is #327fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327fad


Comments

No comments written yet.

Please login to write comment.