Color Hex Logo

#317cad Color Hex

#317CAD
(49,124,173)
0 Favorites   0 Comments

Color spaces of #317cad

RGB 49124173
HSL0.570.560.44
HSV204°72°68°
CMYK 0.720.280.00   0.32
XYZ16.017118.085442.1818
Yxy18.08540.21000.2371
Hunter Lab42.5269-7.1929-29.0400
CIE-Lab49.5995-6.5811-32.6954

#317cad color RGB value is (49,124,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111100 10101101
Octal 61 174 255
Decimal 49 124 173
Hex 31 7C AD

RGB Percentages of Color #317cad

%14.16
%35.84
%50.00

CMYK Percentages of Color #317cad

%72
%28
%0
%32

Triadic Colors of #317cad

#317cad #ad317c #7cad31

Analogous Colors of #317cad

#317cad #313ead #31ada0

Monochromatic Colors of #317cad

#317cad

Complementary Color

#317cad #ad6231

#317cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#317cad Color CSS Codes

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

#317cad Text Font Color

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

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


#317cad Background Color

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

This div background color is #317cad


#317cad Border Color

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

This div border color is #317cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317cad


Comments

No comments written yet.

Please login to write comment.