Color Hex Logo

#315bee Color Hex

#315BEE
(49,91,238)
0 Favorites   0 Comments

Color spaces of #315bee

RGB 4991238
HSL0.630.850.56
HSV227°79°93°
CMYK 0.790.620.00   0.07
XYZ20.440314.308282.5734
Yxy14.30820.17420.1220
Hunter Lab37.826230.2610-102.9499
CIE-Lab44.671738.0457-77.7790

#315bee color RGB value is (49,91,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011011 11101110
Octal 61 133 356
Decimal 49 91 238
Hex 31 5B EE

RGB Percentages of Color #315bee

%12.96
%24.07
%62.96

CMYK Percentages of Color #315bee

%79
%62
%0
%7

Triadic Colors of #315bee

#315bee #ee315b #5bee31

Analogous Colors of #315bee

#315bee #6631ee #31baee

Monochromatic Colors of #315bee

#315bee

Complementary Color

#315bee #eec431

#315bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#315bee Color CSS Codes

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

#315bee Text Font Color

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

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


#315bee Background Color

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

This div background color is #315bee


#315bee Border Color

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

This div border color is #315bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315bee


Comments

No comments written yet.

Please login to write comment.