Color Hex Logo

#311eba Color Hex

#311EBA
(49,30,186)
0 Favorites   0 Comments

Color spaces of #311eba

RGB 4930186
HSL0.690.720.42
HSV247°84°73°
CMYK 0.740.840.00   0.27
XYZ10.59385.126746.8856
Yxy5.12670.16920.0819
Hunter Lab22.642243.8924-106.9232
CIE-Lab27.092754.8807-76.7298

#311eba color RGB value is (49,30,186).

#311eba hex color red value is 49, green value is 30 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #311eba hue: 0.69 , saturation: 0.72 and the lightness value of 311eba is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011110 10111010
Octal 61 36 272
Decimal 49 30 186
Hex 31 1E BA

RGB Percentages of Color #311eba

%18.49
%11.32
%70.19

CMYK Percentages of Color #311eba

%74
%84
%0
%27

Triadic Colors of #311eba

#311eba #ba311e #1eba31

Analogous Colors of #311eba

#311eba #7f1eba #1e59ba

Monochromatic Colors of #311eba

#311eba

Complementary Color

#311eba #a7ba1e

#311eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#311eba Color CSS Codes

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

#311eba Text Font Color

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

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


#311eba Background Color

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

This div background color is #311eba


#311eba Border Color

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

This div border color is #311eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311eba


Comments

No comments written yet.

Please login to write comment.