Color Hex Logo

#315ede Color Hex

#315EDE
(49,94,222)
0 Favorites   0 Comments

Color spaces of #315ede

RGB 4994222
HSL0.620.720.53
HSV224°78°87°
CMYK 0.780.580.00   0.13
XYZ18.454113.932370.8238
Yxy13.93230.17880.1350
Hunter Lab37.326022.9305-86.3710
CIE-Lab44.135730.3209-69.6063

#315ede color RGB value is (49,94,222).

#315ede hex color red value is 49, green value is 94 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #315ede hue: 0.62 , saturation: 0.72 and the lightness value of 315ede is 0.53.

The process color (four color CMYK) of #315ede color hex is 0.78, 0.58, 0.00, 0.13. Web safe color of #315ede is #3366cc. Color #315ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011110 11011110
Octal 61 136 336
Decimal 49 94 222
Hex 31 5E DE

RGB Percentages of Color #315ede

%13.42
%25.75
%60.82

CMYK Percentages of Color #315ede

%78
%58
%0
%13

Triadic Colors of #315ede

#315ede #de315e #5ede31

Analogous Colors of #315ede

#315ede #5b31de #31b5de

Monochromatic Colors of #315ede

#315ede

Complementary Color

#315ede #deb131

#315ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#315ede Color CSS Codes

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

#315ede Text Font Color

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

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


#315ede Background Color

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

This div background color is #315ede


#315ede Border Color

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

This div border color is #315ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315ede


Comments

No comments written yet.

Please login to write comment.