Color Hex Logo

#3140ab Color Hex

#3140AB
(49,64,171)
0 Favorites   0 Comments

Color spaces of #3140ab

RGB 4964171
HSL0.650.550.43
HSV233°71°67°
CMYK 0.710.630.00   0.33
XYZ10.45077.260039.3786
Yxy7.26000.18310.1272
Hunter Lab26.944422.0807-67.7899
CIE-Lab32.391630.9523-59.0602

#3140ab color RGB value is (49,64,171).

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

The process color (four color CMYK) of #3140ab color hex is 0.71, 0.63, 0.00, 0.33. Web safe color of #3140ab is #333399. Color #3140ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000000 10101011
Octal 61 100 253
Decimal 49 64 171
Hex 31 40 AB

RGB Percentages of Color #3140ab

%17.25
%22.54
%60.21

CMYK Percentages of Color #3140ab

%71
%63
%0
%33

Triadic Colors of #3140ab

#3140ab #ab3140 #40ab31

Analogous Colors of #3140ab

#3140ab #5f31ab #317dab

Monochromatic Colors of #3140ab

#3140ab

Complementary Color

#3140ab #ab9c31

#3140ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3140ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3140ab Color CSS Codes

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

#3140ab Text Font Color

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

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


#3140ab Background Color

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

This div background color is #3140ab


#3140ab Border Color

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

This div border color is #3140ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3140ab


Comments

No comments written yet.

Please login to write comment.