Color Hex Logo

#311dbc Color Hex

#311DBC
(49,29,188)
0 Favorites   0 Comments

Color spaces of #311dbc

RGB 4929188
HSL0.690.730.43
HSV248°85°74°
CMYK 0.740.850.00   0.26
XYZ10.78315.162548.0051
Yxy5.16250.16860.0807
Hunter Lab22.721144.9514-109.3628
CIE-Lab27.192855.8741-77.7499

#311dbc color RGB value is (49,29,188).

#311dbc hex color red value is 49, green value is 29 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #311dbc hue: 0.69 , saturation: 0.73 and the lightness value of 311dbc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011101 10111100
Octal 61 35 274
Decimal 49 29 188
Hex 31 1D BC

RGB Percentages of Color #311dbc

%18.42
%10.90
%70.68

CMYK Percentages of Color #311dbc

%74
%85
%0
%26

Triadic Colors of #311dbc

#311dbc #bc311d #1dbc31

Analogous Colors of #311dbc

#311dbc #811dbc #1d58bc

Monochromatic Colors of #311dbc

#311dbc

Complementary Color

#311dbc #a8bc1d

#311dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#311dbc Color CSS Codes

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

#311dbc Text Font Color

<p style="color:#311dbc">Text here</p>

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


#311dbc Background Color

<div style="background-color:#311dbc">
Div content here</div>

This div background color is #311dbc


#311dbc Border Color

<div style="border:3px solid #311dbc">
Div here</div>

This div border color is #311dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311dbc


Comments

No comments written yet.

Please login to write comment.