Color Hex Logo

#311cec Color Hex

#311CEC
(49,28,236)
0 Favorites   0 Comments

Color spaces of #311cec

RGB 4928236
HSL0.680.850.52
HSV246°88°93°
CMYK 0.790.880.00   0.07
XYZ16.82227.539679.9255
Yxy7.53960.16130.0723
Hunter Lab27.458361.3050-153.3600
CIE-Lab33.005069.4988-95.9232

#311cec color RGB value is (49,28,236).

#311cec hex color red value is 49, green value is 28 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #311cec hue: 0.68 , saturation: 0.85 and the lightness value of 311cec is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011100 11101100
Octal 61 34 354
Decimal 49 28 236
Hex 31 1C EC

RGB Percentages of Color #311cec

%15.65
%8.95
%75.40

CMYK Percentages of Color #311cec

%79
%88
%0
%7

Triadic Colors of #311cec

#311cec #ec311c #1cec31

Analogous Colors of #311cec

#311cec #991cec #1c6fec

Monochromatic Colors of #311cec

#311cec

Complementary Color

#311cec #d7ec1c

#311cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#311cec Color CSS Codes

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

#311cec Text Font Color

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

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


#311cec Background Color

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

This div background color is #311cec


#311cec Border Color

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

This div border color is #311cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311cec


Comments

No comments written yet.

Please login to write comment.