Color Hex Logo

#313abe Color Hex

#313ABE
(49,58,190)
0 Favorites   0 Comments

Color spaces of #313abe

RGB 4958190
HSL0.660.590.47
HSV236°74°75°
CMYK 0.740.690.00   0.25
XYZ12.07397.396849.5066
Yxy7.39680.17500.1072
Hunter Lab27.197131.6487-88.8872
CIE-Lab32.693741.4601-69.8364

#313abe color RGB value is (49,58,190).

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

The process color (four color CMYK) of #313abe color hex is 0.74, 0.69, 0.00, 0.25. Web safe color of #313abe is #3333cc. Color #313abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111010 10111110
Octal 61 72 276
Decimal 49 58 190
Hex 31 3A BE

RGB Percentages of Color #313abe

%16.50
%19.53
%63.97

CMYK Percentages of Color #313abe

%74
%69
%0
%25

Triadic Colors of #313abe

#313abe #be313a #3abe31

Analogous Colors of #313abe

#313abe #6f31be #3181be

Monochromatic Colors of #313abe

#313abe

Complementary Color

#313abe #beb531

#313abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#313abe Color CSS Codes

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

#313abe Text Font Color

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

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


#313abe Background Color

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

This div background color is #313abe


#313abe Border Color

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

This div border color is #313abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313abe


Comments

No comments written yet.

Please login to write comment.