Color Hex Logo

#315aeb Color Hex

#315AEB
(49,90,235)
0 Favorites   0 Comments

Color spaces of #315aeb

RGB 4990235
HSL0.630.820.56
HSV227°79°92°
CMYK 0.790.620.00   0.08
XYZ19.918213.963580.2427
Yxy13.96350.17450.1224
Hunter Lab37.367829.7525-101.1606
CIE-Lab44.180537.5903-76.8934

#315aeb color RGB value is (49,90,235).

#315aeb hex color red value is 49, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #315aeb hue: 0.63 , saturation: 0.82 and the lightness value of 315aeb is 0.56.

The process color (four color CMYK) of #315aeb color hex is 0.79, 0.62, 0.00, 0.08. Web safe color of #315aeb is #3366ff. Color #315aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011010 11101011
Octal 61 132 353
Decimal 49 90 235
Hex 31 5A EB

RGB Percentages of Color #315aeb

%13.10
%24.06
%62.83

CMYK Percentages of Color #315aeb

%79
%62
%0
%8

Triadic Colors of #315aeb

#315aeb #eb315a #5aeb31

Analogous Colors of #315aeb

#315aeb #6531eb #31b7eb

Monochromatic Colors of #315aeb

#315aeb

Complementary Color

#315aeb #ebc231

#315aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#315aeb Color CSS Codes

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

#315aeb Text Font Color

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

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


#315aeb Background Color

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

This div background color is #315aeb


#315aeb Border Color

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

This div border color is #315aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315aeb


Comments

No comments written yet.

Please login to write comment.