Color Hex Logo

#3140ba Color Hex

#3140BA
(49,64,186)
0 Favorites   0 Comments

Color spaces of #3140ba

RGB 4964186
HSL0.650.580.46
HSV233°74°73°
CMYK 0.740.660.00   0.27
XYZ11.96297.864947.3419
Yxy7.86490.17810.1171
Hunter Lab28.044427.0649-80.4566
CIE-Lab33.699936.3502-65.8265

#3140ba color RGB value is (49,64,186).

#3140ba hex color red value is 49, green value is 64 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3140ba hue: 0.65 , saturation: 0.58 and the lightness value of 3140ba is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000000 10111010
Octal 61 100 272
Decimal 49 64 186
Hex 31 40 BA

RGB Percentages of Color #3140ba

%16.39
%21.40
%62.21

CMYK Percentages of Color #3140ba

%74
%66
%0
%27

Triadic Colors of #3140ba

#3140ba #ba3140 #40ba31

Analogous Colors of #3140ba

#3140ba #6731ba #3185ba

Monochromatic Colors of #3140ba

#3140ba

Complementary Color

#3140ba #baab31

#3140ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3140ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3140ba Color CSS Codes

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

#3140ba Text Font Color

<p style="color:#3140ba">Text here</p>

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


#3140ba Background Color

<div style="background-color:#3140ba">
Div content here</div>

This div background color is #3140ba


#3140ba Border Color

<div style="border:3px solid #3140ba">
Div here</div>

This div border color is #3140ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3140ba


Comments

No comments written yet.

Please login to write comment.