Color Hex Logo

#316ae6 Color Hex

#316AE6
(49,106,230)
0 Favorites   0 Comments

Color spaces of #316ae6

RGB 49106230
HSL0.610.780.55
HSV221°79°90°
CMYK 0.790.540.00   0.10
XYZ20.703616.674276.9902
Yxy16.67420.18100.1458
Hunter Lab40.834119.0431-83.2040
CIE-Lab47.846925.6404-68.0976

#316ae6 color RGB value is (49,106,230).

#316ae6 hex color red value is 49, green value is 106 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #316ae6 hue: 0.61 , saturation: 0.78 and the lightness value of 316ae6 is 0.55.

The process color (four color CMYK) of #316ae6 color hex is 0.79, 0.54, 0.00, 0.10. Web safe color of #316ae6 is #3366ff. Color #316ae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101010 11100110
Octal 61 152 346
Decimal 49 106 230
Hex 31 6A E6

RGB Percentages of Color #316ae6

%12.73
%27.53
%59.74

CMYK Percentages of Color #316ae6

%79
%54
%0
%10

Triadic Colors of #316ae6

#316ae6 #e6316a #6ae631

Analogous Colors of #316ae6

#316ae6 #5231e6 #31c5e6

Monochromatic Colors of #316ae6

#316ae6

Complementary Color

#316ae6 #e6ad31

#316ae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316ae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316ae6 Color CSS Codes

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

#316ae6 Text Font Color

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

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


#316ae6 Background Color

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

This div background color is #316ae6


#316ae6 Border Color

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

This div border color is #316ae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316ae6


Comments

No comments written yet.

Please login to write comment.