Color Hex Logo

#313abf Color Hex

#313ABF
(49,58,191)
0 Favorites   0 Comments

Color spaces of #313abf

RGB 4958191
HSL0.660.590.47
HSV236°74°75°
CMYK 0.740.700.00   0.25
XYZ12.18367.440750.0843
Yxy7.44070.17480.1067
Hunter Lab27.277631.9914-89.7676
CIE-Lab32.789841.8046-70.2665

#313abf color RGB value is (49,58,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111010 10111111
Octal 61 72 277
Decimal 49 58 191
Hex 31 3A BF

RGB Percentages of Color #313abf

%16.44
%19.46
%64.09

CMYK Percentages of Color #313abf

%74
%70
%0
%25

Triadic Colors of #313abf

#313abf #bf313a #3abf31

Analogous Colors of #313abf

#313abf #6f31bf #3181bf

Monochromatic Colors of #313abf

#313abf

Complementary Color

#313abf #bfb631

#313abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#313abf Color CSS Codes

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

#313abf Text Font Color

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

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


#313abf Background Color

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

This div background color is #313abf


#313abf Border Color

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

This div border color is #313abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313abf


Comments

No comments written yet.

Please login to write comment.