Color Hex Logo

#317fad Color Hex

#317FAD
(49,127,173)
0 Favorites   0 Comments

Color spaces of #317fad

RGB 49127173
HSL0.560.560.44
HSV202°72°68°
CMYK 0.720.270.00   0.32
XYZ16.398818.848842.3090
Yxy18.84880.21140.2430
Hunter Lab43.4152-8.5536-27.3887
CIE-Lab50.5098-8.3282-31.2723

#317fad color RGB value is (49,127,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111111 10101101
Octal 61 177 255
Decimal 49 127 173
Hex 31 7F AD

RGB Percentages of Color #317fad

%14.04
%36.39
%49.57

CMYK Percentages of Color #317fad

%72
%27
%0
%32

Triadic Colors of #317fad

#317fad #ad317f #7fad31

Analogous Colors of #317fad

#317fad #3141ad #31ad9d

Monochromatic Colors of #317fad

#317fad

Complementary Color

#317fad #ad5f31

#317fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#317fad Color CSS Codes

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

#317fad Text Font Color

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

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


#317fad Background Color

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

This div background color is #317fad


#317fad Border Color

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

This div border color is #317fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,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 #317fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317fad


Comments

No comments written yet.

Please login to write comment.