Color Hex Logo

#315cad Color Hex

#315CAD
(49,92,173)
0 Favorites   0 Comments

Color spaces of #315cad

RGB 4992173
HSL0.610.560.44
HSV219°72°68°
CMYK 0.720.470.00   0.32
XYZ12.636611.324441.0550
Yxy11.32440.19440.1742
Hunter Lab33.65178.1382-48.7773
CIE-Lab40.121613.2889-47.7268

#315cad color RGB value is (49,92,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011100 10101101
Octal 61 134 255
Decimal 49 92 173
Hex 31 5C AD

RGB Percentages of Color #315cad

%15.61
%29.30
%55.10

CMYK Percentages of Color #315cad

%72
%47
%0
%32

Triadic Colors of #315cad

#315cad #ad315c #5cad31

Analogous Colors of #315cad

#315cad #4431ad #319aad

Monochromatic Colors of #315cad

#315cad

Complementary Color

#315cad #ad8231

#315cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#315cad Color CSS Codes

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

#315cad Text Font Color

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

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


#315cad Background Color

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

This div background color is #315cad


#315cad Border Color

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

This div border color is #315cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315cad


Comments

No comments written yet.

Please login to write comment.