Color Hex Logo

#316ede Color Hex

#316EDE
(49,110,222)
0 Favorites   0 Comments

Color spaces of #316ede

RGB 49110222
HSL0.610.720.53
HSV219°78°87°
CMYK 0.780.500.00   0.13
XYZ20.027417.078871.3482
Yxy17.07880.18470.1575
Hunter Lab41.326514.1822-73.4327
CIE-Lab48.359220.1207-62.7510

#316ede color RGB value is (49,110,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101110 11011110
Octal 61 156 336
Decimal 49 110 222
Hex 31 6E DE

RGB Percentages of Color #316ede

%12.86
%28.87
%58.27

CMYK Percentages of Color #316ede

%78
%50
%0
%13

Triadic Colors of #316ede

#316ede #de316e #6ede31

Analogous Colors of #316ede

#316ede #4a31de #31c5de

Monochromatic Colors of #316ede

#316ede

Complementary Color

#316ede #dea131

#316ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#316ede Color CSS Codes

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

#316ede Text Font Color

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

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


#316ede Background Color

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

This div background color is #316ede


#316ede Border Color

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

This div border color is #316ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316ede


Comments

No comments written yet.

Please login to write comment.