Color Hex Logo

#313aeb Color Hex

#313AEB
(49,58,235)
0 Favorites   0 Comments

Color spaces of #313aeb

RGB 4958235
HSL0.660.820.56
HSV237°79°92°
CMYK 0.790.750.00   0.08
XYZ17.77519.677279.5283
Yxy9.67720.16620.0905
Hunter Lab31.108247.5548-129.7995
CIE-Lab37.256756.3761-88.2933

#313aeb color RGB value is (49,58,235).

#313aeb hex color red value is 49, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #313aeb hue: 0.66 , saturation: 0.82 and the lightness value of 313aeb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111010 11101011
Octal 61 72 353
Decimal 49 58 235
Hex 31 3A EB

RGB Percentages of Color #313aeb

%14.33
%16.96
%68.71

CMYK Percentages of Color #313aeb

%79
%75
%0
%8

Triadic Colors of #313aeb

#313aeb #eb313a #3aeb31

Analogous Colors of #313aeb

#313aeb #8531eb #3197eb

Monochromatic Colors of #313aeb

#313aeb

Complementary Color

#313aeb #ebe231

#313aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#313aeb Color CSS Codes

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

#313aeb Text Font Color

<p style="color:#313aeb">Text here</p>

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


#313aeb Background Color

<div style="background-color:#313aeb">
Div content here</div>

This div background color is #313aeb


#313aeb Border Color

<div style="border:3px solid #313aeb">
Div here</div>

This div border color is #313aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313aeb


Comments

No comments written yet.

Please login to write comment.