Color Hex Logo

#310ebc Color Hex

#310EBC
(49,14,188)
0 Favorites   0 Comments

Color spaces of #310ebc

RGB 4914188
HSL0.700.860.40
HSV252°93°74°
CMYK 0.740.930.00   0.26
XYZ10.50084.597947.9110
Yxy4.59790.16670.0730
Hunter Lab21.442749.8892-117.4660
CIE-Lab25.557060.7939-80.4707

#310ebc color RGB value is (49,14,188).

#310ebc hex color red value is 49, green value is 14 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #310ebc hue: 0.70 , saturation: 0.86 and the lightness value of 310ebc is 0.40.

The process color (four color CMYK) of #310ebc color hex is 0.74, 0.93, 0.00, 0.26. Web safe color of #310ebc is #3300cc. Color #310ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00001110 10111100
Octal 61 16 274
Decimal 49 14 188
Hex 31 E BC

RGB Percentages of Color #310ebc

%19.52
%5.58
%74.90

CMYK Percentages of Color #310ebc

%74
%93
%0
%26

Triadic Colors of #310ebc

#310ebc #bc310e #0ebc31

Analogous Colors of #310ebc

#310ebc #880ebc #0e42bc

Monochromatic Colors of #310ebc

#310ebc

Complementary Color

#310ebc #99bc0e

#310ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#310ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#310ebc Color CSS Codes

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

#310ebc Text Font Color

<p style="color:#310ebc">Text here</p>

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


#310ebc Background Color

<div style="background-color:#310ebc">
Div content here</div>

This div background color is #310ebc


#310ebc Border Color

<div style="border:3px solid #310ebc">
Div here</div>

This div border color is #310ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,14,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #310ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #310ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #310ebc;
  box-shadow:         1px 1px 3px 2px #310ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #310ebc


Comments

No comments written yet.

Please login to write comment.