Color Hex Logo

#311ceb Color Hex

#311CEB
(49,28,235)
0 Favorites   0 Comments

Color spaces of #311ceb

RGB 4928235
HSL0.680.840.52
HSV246°88°92°
CMYK 0.790.880.00   0.08
XYZ16.67737.481679.1624
Yxy7.48160.16140.0724
Hunter Lab27.352560.9676-152.4477
CIE-Lab32.879169.2335-95.5644

#311ceb color RGB value is (49,28,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011100 11101011
Octal 61 34 353
Decimal 49 28 235
Hex 31 1C EB

RGB Percentages of Color #311ceb

%15.71
%8.97
%75.32

CMYK Percentages of Color #311ceb

%79
%88
%0
%8

Triadic Colors of #311ceb

#311ceb #eb311c #1ceb31

Analogous Colors of #311ceb

#311ceb #991ceb #1c6feb

Monochromatic Colors of #311ceb

#311ceb

Complementary Color

#311ceb #d6eb1c

#311ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#311ceb Color CSS Codes

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

#311ceb Text Font Color

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

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


#311ceb Background Color

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

This div background color is #311ceb


#311ceb Border Color

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

This div border color is #311ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311ceb


Comments

No comments written yet.

Please login to write comment.