Color Hex Logo

#3140cc Color Hex

#3140CC
(49,64,204)
0 Favorites   0 Comments

Color spaces of #3140cc

RGB 4964204
HSL0.650.610.50
HSV234°76°80°
CMYK 0.760.690.00   0.20
XYZ13.99918.679458.0642
Yxy8.67940.17340.1075
Hunter Lab29.460833.2626-96.2318
CIE-Lab35.359642.6753-73.6348

#3140cc color RGB value is (49,64,204).

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

The process color (four color CMYK) of #3140cc color hex is 0.76, 0.69, 0.00, 0.20. Web safe color of #3140cc is #3333cc. Color #3140cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000000 11001100
Octal 61 100 314
Decimal 49 64 204
Hex 31 40 CC

RGB Percentages of Color #3140cc

%15.46
%20.19
%64.35

CMYK Percentages of Color #3140cc

%76
%69
%0
%20

Triadic Colors of #3140cc

#3140cc #cc3140 #40cc31

Analogous Colors of #3140cc

#3140cc #7031cc #318ecc

Monochromatic Colors of #3140cc

#3140cc

Complementary Color

#3140cc #ccbd31

#3140cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3140cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3140cc Color CSS Codes

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

#3140cc Text Font Color

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

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


#3140cc Background Color

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

This div background color is #3140cc


#3140cc Border Color

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

This div border color is #3140cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3140cc


Comments

No comments written yet.

Please login to write comment.