Color Hex Logo

#312ebc Color Hex

#312EBC
(49,46,188)
0 Favorites   0 Comments

Color spaces of #312ebc

RGB 4946188
HSL0.670.610.46
HSV241°76°74°
CMYK 0.740.760.00   0.26
XYZ11.32076.237848.1843
Yxy6.23780.17220.0949
Hunter Lab24.975637.2015-96.9027
CIE-Lab30.004747.7115-73.0910

#312ebc color RGB value is (49,46,188).

#312ebc hex color red value is 49, green value is 46 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #312ebc hue: 0.67 , saturation: 0.61 and the lightness value of 312ebc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00101110 10111100
Octal 61 56 274
Decimal 49 46 188
Hex 31 2E BC

RGB Percentages of Color #312ebc

%17.31
%16.25
%66.43

CMYK Percentages of Color #312ebc

%74
%76
%0
%26

Triadic Colors of #312ebc

#312ebc #bc312e #2ebc31

Analogous Colors of #312ebc

#312ebc #782ebc #2e72bc

Monochromatic Colors of #312ebc

#312ebc

Complementary Color

#312ebc #b9bc2e

#312ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#312ebc Color CSS Codes

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

#312ebc Text Font Color

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

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


#312ebc Background Color

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

This div background color is #312ebc


#312ebc Border Color

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

This div border color is #312ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312ebc


Comments

No comments written yet.

Please login to write comment.