Color Hex Logo

#315eba Color Hex

#315EBA
(49,94,186)
0 Favorites   0 Comments

Color spaces of #315eba

RGB 4994186
HSL0.610.580.46
HSV220°74°73°
CMYK 0.740.490.00   0.27
XYZ14.132312.203548.0650
Yxy12.20350.18990.1640
Hunter Lab34.933511.0783-57.1236
CIE-Lab41.537716.8800-53.0805

#315eba color RGB value is (49,94,186).

#315eba hex color red value is 49, green value is 94 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #315eba hue: 0.61 , saturation: 0.58 and the lightness value of 315eba is 0.46.

The process color (four color CMYK) of #315eba color hex is 0.74, 0.49, 0.00, 0.27. Web safe color of #315eba is #3366cc. Color #315eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011110 10111010
Octal 61 136 272
Decimal 49 94 186
Hex 31 5E BA

RGB Percentages of Color #315eba

%14.89
%28.57
%56.53

CMYK Percentages of Color #315eba

%74
%49
%0
%27

Triadic Colors of #315eba

#315eba #ba315e #5eba31

Analogous Colors of #315eba

#315eba #4831ba #31a3ba

Monochromatic Colors of #315eba

#315eba

Complementary Color

#315eba #ba8d31

#315eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#315eba Color CSS Codes

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

#315eba Text Font Color

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

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


#315eba Background Color

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

This div background color is #315eba


#315eba Border Color

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

This div border color is #315eba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,94,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315eba


Comments

No comments written yet.

Please login to write comment.