Color Hex Logo

#315aee Color Hex

#315AEE
(49,90,238)
0 Favorites   0 Comments

Color spaces of #315aee

RGB 4990238
HSL0.630.850.56
HSV227°79°93°
CMYK 0.790.620.00   0.07
XYZ20.355414.138382.5450
Yxy14.13830.17390.1208
Hunter Lab37.600930.8300-103.8382
CIE-Lab44.430638.6696-78.1737

#315aee color RGB value is (49,90,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011010 11101110
Octal 61 132 356
Decimal 49 90 238
Hex 31 5A EE

RGB Percentages of Color #315aee

%13.00
%23.87
%63.13

CMYK Percentages of Color #315aee

%79
%62
%0
%7

Triadic Colors of #315aee

#315aee #ee315a #5aee31

Analogous Colors of #315aee

#315aee #6731ee #31b9ee

Monochromatic Colors of #315aee

#315aee

Complementary Color

#315aee #eec531

#315aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#315aee Color CSS Codes

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

#315aee Text Font Color

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

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


#315aee Background Color

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

This div background color is #315aee


#315aee Border Color

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

This div border color is #315aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315aee


Comments

No comments written yet.

Please login to write comment.