Color Hex Logo

#312eab Color Hex

#312EAB
(49,46,171)
0 Favorites   0 Comments

Color spaces of #312eab

RGB 4946171
HSL0.670.580.43
HSV241°73°67°
CMYK 0.710.730.00   0.33
XYZ9.59435.547239.0931
Yxy5.54720.17690.1023
Hunter Lab23.552531.4966-81.9245
CIE-Lab28.240142.1164-65.8728

#312eab color RGB value is (49,46,171).

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

The process color (four color CMYK) of #312eab color hex is 0.71, 0.73, 0.00, 0.33. Web safe color of #312eab is #333399. Color #312eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00101110 10101011
Octal 61 56 253
Decimal 49 46 171
Hex 31 2E AB

RGB Percentages of Color #312eab

%18.42
%17.29
%64.29

CMYK Percentages of Color #312eab

%71
%73
%0
%33

Triadic Colors of #312eab

#312eab #ab312e #2eab31

Analogous Colors of #312eab

#312eab #702eab #2e6aab

Monochromatic Colors of #312eab

#312eab

Complementary Color

#312eab #a8ab2e

#312eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#312eab Color CSS Codes

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

#312eab Text Font Color

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

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


#312eab Background Color

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

This div background color is #312eab


#312eab Border Color

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

This div border color is #312eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312eab


Comments

No comments written yet.

Please login to write comment.