Color Hex Logo

#3149ec Color Hex

#3149EC
(49,73,236)
0 Favorites   0 Comments

Color spaces of #3149ec

RGB 4973236
HSL0.650.830.56
HSV232°79°93°
CMYK 0.790.690.00   0.07
XYZ18.789511.474280.5813
Yxy11.47420.16950.1035
Hunter Lab33.873639.7342-117.3325
CIE-Lab40.367948.3047-83.7206

#3149ec color RGB value is (49,73,236).

#3149ec hex color red value is 49, green value is 73 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3149ec hue: 0.65 , saturation: 0.83 and the lightness value of 3149ec is 0.56.

The process color (four color CMYK) of #3149ec color hex is 0.79, 0.69, 0.00, 0.07. Web safe color of #3149ec is #3333ff. Color #3149ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 11101100
Octal 61 111 354
Decimal 49 73 236
Hex 31 49 EC

RGB Percentages of Color #3149ec

%13.69
%20.39
%65.92

CMYK Percentages of Color #3149ec

%79
%69
%0
%7

Triadic Colors of #3149ec

#3149ec #ec3149 #49ec31

Analogous Colors of #3149ec

#3149ec #7731ec #31a7ec

Monochromatic Colors of #3149ec

#3149ec

Complementary Color

#3149ec #ecd431

#3149ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3149ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3149ec Color CSS Codes

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

#3149ec Text Font Color

<p style="color:#3149ec">Text here</p>

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


#3149ec Background Color

<div style="background-color:#3149ec">
Div content here</div>

This div background color is #3149ec


#3149ec Border Color

<div style="border:3px solid #3149ec">
Div here</div>

This div border color is #3149ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,73,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3149ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3149ec;
  -webkit-box-shadow: 1px 1px 3px 2px #3149ec;
  box-shadow:         1px 1px 3px 2px #3149ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3149ec


Comments

No comments written yet.

Please login to write comment.